Quick-Freeze
#bddbe1
Here's everything about the color Quick-Freeze (#bddbe1) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bddbe1 | |
|---|---|---|
| RGB | rgb(189, 219, 225) | |
| HSL | hsl(190, 37%, 81%) | |
| CMYK | cmyk(16%, 3%, 0%, 12%) | |
| LAB | lab(85, -9, -6) | |
| OKLCH | oklch(0.87 0.033 211) |
Color harmonies
Tints & shades
Code snippets
color: #bddbe1;
background-color: #bddbe1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBDDBE1)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.86, blue: 0.88, alpha: 1.0)