Shades of Blue Haze #BDB8C9
Tints of Blue Haze #BDB8C9
RGB
CMYK
RGB Variations
Color information
#BDB8C9 (or 0xBDB8C9) is known color: Blue Haze. HEX triplet: BD, B8 and C9. RGB value is (189,184,201). Sum of RGB (Red+Green+Blue) = 189+184+201=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8C9 is #424736. Grayscale: #BBBBBB. Windows color (decimal): -4343607 or 13220029. OLE color: 13220029.
HSL color Cylindrical-coordinate representation of color #BDB8C9: hue angle of 257.65º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB8C9 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 184 | 201 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.21 |
| HSL | 257.65º | 0.14% | 0.75% | - |
| HSV(B) | 257.65º | 0.08% | 0.79% | - |
| XYZ | 48.67 | 49.32 | 62.21 | - |
| YUV | 187.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 201 | 0.06 | 0.08 | 0 | 0.21 | 257.65 | 0.14 | 0.75 |
| Hex | BD | B8 | C9 | 6 | 8 | 0 | 15 | 102 | E | 4B |
| Octal | 275 | 270 | 311 | 6 | 10 | 0 | 25 | 402 | 16 | 113 |
| Binary | 10111101 | 10111000 | 11001001 | 110 | 1000 | 0 | 10101 | 100000010 | 1110 | 1001011 |
Color Harmonies of #BDB8C9
Complementary color
Monochromatic Colors of #BDB8C9
Black with #BDB8C9
Text Example
Text Example
White with #BDB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8C9; }
p { color: rgb(189,184,201); }
H1.HeaderClassName
{
color: #BDB8C9;
}
.AnyTagClassName
{
color: #BDB8C9;
}
</style>
background-color css
<style>
a { background-color: #BDB8C9; }
a { background-color: rgb(189,184,201); }
div.DivClassName
{
background-color: #BDB8C9;
}
.BgClassName
{
background-color: #BDB8C9;
}
</style>
border-color css
<style>
span { border-color: #BDB8C9; }
span { border-color: rgb(189,184,201); }
td.TdClassName
{
border-color: #BDB8C9;
}
.TagClassName
{
border-color: #BDB8C9;
}
</style>