Shades of Blue Haze #BDB8CE
Tints of Blue Haze #BDB8CE
RGB
CMYK
RGB Variations
Color information
#BDB8CE (or 0xBDB8CE) is known color: Blue Haze. HEX triplet: BD, B8 and CE. RGB value is (189,184,206). Sum of RGB (Red+Green+Blue) = 189+184+206=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8CE is #424731. Grayscale: #BBBBBB. Windows color (decimal): -4343602 or 13547709. OLE color: 13547709.
HSL color Cylindrical-coordinate representation of color #BDB8CE: hue angle of 253.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDB8CE is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 184 | 206 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.19 |
| HSL | 253.64º | 0.18% | 0.76% | - |
| HSV(B) | 253.64º | 0.11% | 0.81% | - |
| XYZ | 49.27 | 49.56 | 65.36 | - |
| YUV | 188 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 206 | 0.08 | 0.11 | 0 | 0.19 | 253.64 | 0.18 | 0.76 |
| Hex | BD | B8 | CE | 8 | B | 0 | 13 | FE | 12 | 4C |
| Octal | 275 | 270 | 316 | 10 | 13 | 0 | 23 | 376 | 22 | 114 |
| Binary | 10111101 | 10111000 | 11001110 | 1000 | 1011 | 0 | 10011 | 11111110 | 10010 | 1001100 |
Color Harmonies of #BDB8CE
Complementary color
Monochromatic Colors of #BDB8CE
Black with #BDB8CE
Text Example
Text Example
White with #BDB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8CE; }
p { color: rgb(189,184,206); }
H1.HeaderClassName
{
color: #BDB8CE;
}
.AnyTagClassName
{
color: #BDB8CE;
}
</style>
background-color css
<style>
a { background-color: #BDB8CE; }
a { background-color: rgb(189,184,206); }
div.DivClassName
{
background-color: #BDB8CE;
}
.BgClassName
{
background-color: #BDB8CE;
}
</style>
border-color css
<style>
span { border-color: #BDB8CE; }
span { border-color: rgb(189,184,206); }
td.TdClassName
{
border-color: #BDB8CE;
}
.TagClassName
{
border-color: #BDB8CE;
}
</style>