Shades of Blue Haze #BDB9CE
Tints of Blue Haze #BDB9CE
RGB
CMYK
RGB Variations
Color information
#BDB9CE (or 0xBDB9CE) is known color: Blue Haze. HEX triplet: BD, B9 and CE. RGB value is (189,185,206). Sum of RGB (Red+Green+Blue) = 189+185+206=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9CE is #424631. Grayscale: #BCBCBC. Windows color (decimal): -4343346 or 13547965. OLE color: 13547965.
HSL color Cylindrical-coordinate representation of color #BDB9CE: hue angle of 251.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB9CE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 185 | 206 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.19 |
| HSL | 251.43º | 0.18% | 0.77% | - |
| HSV(B) | 251.43º | 0.1% | 0.81% | - |
| XYZ | 49.48 | 49.97 | 65.43 | - |
| YUV | 188.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 206 | 0.08 | 0.10 | 0 | 0.19 | 251.43 | 0.18 | 0.77 |
| Hex | BD | B9 | CE | 8 | A | 0 | 13 | FB | 12 | 4D |
| Octal | 275 | 271 | 316 | 10 | 12 | 0 | 23 | 373 | 22 | 115 |
| Binary | 10111101 | 10111001 | 11001110 | 1000 | 1010 | 0 | 10011 | 11111011 | 10010 | 1001101 |
Color Harmonies of #BDB9CE
Complementary color
Monochromatic Colors of #BDB9CE
Black with #BDB9CE
Text Example
Text Example
White with #BDB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9CE; }
p { color: rgb(189,185,206); }
H1.HeaderClassName
{
color: #BDB9CE;
}
.AnyTagClassName
{
color: #BDB9CE;
}
</style>
background-color css
<style>
a { background-color: #BDB9CE; }
a { background-color: rgb(189,185,206); }
div.DivClassName
{
background-color: #BDB9CE;
}
.BgClassName
{
background-color: #BDB9CE;
}
</style>
border-color css
<style>
span { border-color: #BDB9CE; }
span { border-color: rgb(189,185,206); }
td.TdClassName
{
border-color: #BDB9CE;
}
.TagClassName
{
border-color: #BDB9CE;
}
</style>