Shades of Blue Haze #BDB8CB
Tints of Blue Haze #BDB8CB
RGB
CMYK
RGB Variations
Color information
#BDB8CB (or 0xBDB8CB) is known color: Blue Haze. HEX triplet: BD, B8 and CB. RGB value is (189,184,203). Sum of RGB (Red+Green+Blue) = 189+184+203=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDB8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8CB is #424734. Grayscale: #BBBBBB. Windows color (decimal): -4343605 or 13351101. OLE color: 13351101.
HSL color Cylindrical-coordinate representation of color #BDB8CB: hue angle of 255.79º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDB8CB is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 184 | 203 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.20 |
| HSL | 255.79º | 0.15% | 0.76% | - |
| HSV(B) | 255.79º | 0.09% | 0.8% | - |
| XYZ | 48.91 | 49.41 | 63.46 | - |
| YUV | 187.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 203 | 0.07 | 0.09 | 0 | 0.20 | 255.79 | 0.15 | 0.76 |
| Hex | BD | B8 | CB | 7 | 9 | 0 | 14 | 100 | F | 4C |
| Octal | 275 | 270 | 313 | 7 | 11 | 0 | 24 | 400 | 17 | 114 |
| Binary | 10111101 | 10111000 | 11001011 | 111 | 1001 | 0 | 10100 | 100000000 | 1111 | 1001100 |
Color Harmonies of #BDB8CB
Complementary color
Monochromatic Colors of #BDB8CB
Black with #BDB8CB
Text Example
Text Example
White with #BDB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8CB; }
p { color: rgb(189,184,203); }
H1.HeaderClassName
{
color: #BDB8CB;
}
.AnyTagClassName
{
color: #BDB8CB;
}
</style>
background-color css
<style>
a { background-color: #BDB8CB; }
a { background-color: rgb(189,184,203); }
div.DivClassName
{
background-color: #BDB8CB;
}
.BgClassName
{
background-color: #BDB8CB;
}
</style>
border-color css
<style>
span { border-color: #BDB8CB; }
span { border-color: rgb(189,184,203); }
td.TdClassName
{
border-color: #BDB8CB;
}
.TagClassName
{
border-color: #BDB8CB;
}
</style>