Shades of Blue Haze #BDBBCE
Tints of Blue Haze #BDBBCE
RGB
CMYK
RGB Variations
Color information
#BDBBCE (or 0xBDBBCE) is known color: Blue Haze. HEX triplet: BD, BB and CE. RGB value is (189,187,206). Sum of RGB (Red+Green+Blue) = 189+187+206=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBCE is #424431. Grayscale: #BDBDBD. Windows color (decimal): -4342834 or 13548477. OLE color: 13548477.
HSL color Cylindrical-coordinate representation of color #BDBBCE: hue angle of 246.32º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBBCE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 187 | 206 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.19 |
| HSL | 246.32º | 0.16% | 0.77% | - |
| HSV(B) | 246.32º | 0.09% | 0.81% | - |
| XYZ | 49.9 | 50.82 | 65.57 | - |
| YUV | 189.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 206 | 0.08 | 0.09 | 0 | 0.19 | 246.32 | 0.16 | 0.77 |
| Hex | BD | BB | CE | 8 | 9 | 0 | 13 | F6 | 10 | 4D |
| Octal | 275 | 273 | 316 | 10 | 11 | 0 | 23 | 366 | 20 | 115 |
| Binary | 10111101 | 10111011 | 11001110 | 1000 | 1001 | 0 | 10011 | 11110110 | 10000 | 1001101 |
Color Harmonies of #BDBBCE
Complementary color
Monochromatic Colors of #BDBBCE
Black with #BDBBCE
Text Example
Text Example
White with #BDBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBCE; }
p { color: rgb(189,187,206); }
H1.HeaderClassName
{
color: #BDBBCE;
}
.AnyTagClassName
{
color: #BDBBCE;
}
</style>
background-color css
<style>
a { background-color: #BDBBCE; }
a { background-color: rgb(189,187,206); }
div.DivClassName
{
background-color: #BDBBCE;
}
.BgClassName
{
background-color: #BDBBCE;
}
</style>
border-color css
<style>
span { border-color: #BDBBCE; }
span { border-color: rgb(189,187,206); }
td.TdClassName
{
border-color: #BDBBCE;
}
.TagClassName
{
border-color: #BDBBCE;
}
</style>