The Big Freeze
#bbffff
Here's everything about the color The Big Freeze (#bbffff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bbffff | |
|---|---|---|
| RGB | rgb(187, 255, 255) | |
| HSL | hsl(180, 100%, 87%) | |
| CMYK | cmyk(27%, 0%, 0%, 0%) | |
| LAB | lab(95, -22, -7) | |
| OKLCH | oklch(0.96 0.067 196) |
Color harmonies
Tints & shades
Code snippets
color: #bbffff;
background-color: #bbffff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBBFFFF)
/* Swift / UIKit */
UIColor(red: 0.73, green: 1.00, blue: 1.00, alpha: 1.0)