Blue Haze
#bdbace
Blue Haze, represented by the hex value #bdbace, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bdbace | |
|---|---|---|
| RGB | rgb(189, 186, 206) | |
| HSL | hsl(249, 17%, 77%) | |
| CMYK | cmyk(8%, 10%, 0%, 19%) | |
| LAB | lab(76, 4, -10) | |
| OKLCH | oklch(0.8 0.028 293) |
Color harmonies
Tints & shades
Code snippets
color: #bdbace;
background-color: #bdbace;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBDBACE)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.73, blue: 0.81, alpha: 1.0)