Shades of Blue Haze #BDB8CA
Tints of Blue Haze #BDB8CA
RGB
CMYK
RGB Variations
Color information
#BDB8CA (or 0xBDB8CA) is known color: Blue Haze. HEX triplet: BD, B8 and CA. RGB value is (189,184,202). Sum of RGB (Red+Green+Blue) = 189+184+202=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8CA is #424735. Grayscale: #BBBBBB. Windows color (decimal): -4343606 or 13285565. OLE color: 13285565.
HSL color Cylindrical-coordinate representation of color #BDB8CA: hue angle of 256.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDB8CA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 184 | 202 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.21 |
| HSL | 256.67º | 0.15% | 0.76% | - |
| HSV(B) | 256.67º | 0.09% | 0.79% | - |
| XYZ | 48.79 | 49.36 | 62.83 | - |
| YUV | 187.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 202 | 0.06 | 0.09 | 0 | 0.21 | 256.67 | 0.15 | 0.76 |
| Hex | BD | B8 | CA | 6 | 9 | 0 | 15 | 101 | F | 4C |
| Octal | 275 | 270 | 312 | 6 | 11 | 0 | 25 | 401 | 17 | 114 |
| Binary | 10111101 | 10111000 | 11001010 | 110 | 1001 | 0 | 10101 | 100000001 | 1111 | 1001100 |
Color Harmonies of #BDB8CA
Complementary color
Monochromatic Colors of #BDB8CA
Black with #BDB8CA
Text Example
Text Example
White with #BDB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8CA; }
p { color: rgb(189,184,202); }
H1.HeaderClassName
{
color: #BDB8CA;
}
.AnyTagClassName
{
color: #BDB8CA;
}
</style>
background-color css
<style>
a { background-color: #BDB8CA; }
a { background-color: rgb(189,184,202); }
div.DivClassName
{
background-color: #BDB8CA;
}
.BgClassName
{
background-color: #BDB8CA;
}
</style>
border-color css
<style>
span { border-color: #BDB8CA; }
span { border-color: rgb(189,184,202); }
td.TdClassName
{
border-color: #BDB8CA;
}
.TagClassName
{
border-color: #BDB8CA;
}
</style>