Shades of Blue Haze #BDB9C9
Tints of Blue Haze #BDB9C9
RGB
CMYK
RGB Variations
Color information
#BDB9C9 (or 0xBDB9C9) is known color: Blue Haze. HEX triplet: BD, B9 and C9. RGB value is (189,185,201). Sum of RGB (Red+Green+Blue) = 189+185+201=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDB9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9C9 is #424636. Grayscale: #BBBBBB. Windows color (decimal): -4343351 or 13220285. OLE color: 13220285.
HSL color Cylindrical-coordinate representation of color #BDB9C9: hue angle of 255º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB9C9 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 185 | 201 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.21 |
| HSL | 255º | 0.13% | 0.76% | - |
| HSV(B) | 255º | 0.08% | 0.79% | - |
| XYZ | 48.88 | 49.73 | 62.28 | - |
| YUV | 188.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 201 | 0.06 | 0.08 | 0 | 0.21 | 255 | 0.13 | 0.76 |
| Hex | BD | B9 | C9 | 6 | 8 | 0 | 15 | FF | D | 4C |
| Octal | 275 | 271 | 311 | 6 | 10 | 0 | 25 | 377 | 15 | 114 |
| Binary | 10111101 | 10111001 | 11001001 | 110 | 1000 | 0 | 10101 | 11111111 | 1101 | 1001100 |
Color Harmonies of #BDB9C9
Complementary color
Monochromatic Colors of #BDB9C9
Black with #BDB9C9
Text Example
Text Example
White with #BDB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9C9; }
p { color: rgb(189,185,201); }
H1.HeaderClassName
{
color: #BDB9C9;
}
.AnyTagClassName
{
color: #BDB9C9;
}
</style>
background-color css
<style>
a { background-color: #BDB9C9; }
a { background-color: rgb(189,185,201); }
div.DivClassName
{
background-color: #BDB9C9;
}
.BgClassName
{
background-color: #BDB9C9;
}
</style>
border-color css
<style>
span { border-color: #BDB9C9; }
span { border-color: rgb(189,185,201); }
td.TdClassName
{
border-color: #BDB9C9;
}
.TagClassName
{
border-color: #BDB9C9;
}
</style>