Shades of Blue Haze #BDB8CD
Tints of Blue Haze #BDB8CD
RGB
CMYK
RGB Variations
Color information
#BDB8CD (or 0xBDB8CD) is known color: Blue Haze. HEX triplet: BD, B8 and CD. RGB value is (189,184,205). Sum of RGB (Red+Green+Blue) = 189+184+205=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDB8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8CD is #424732. Grayscale: #BBBBBB. Windows color (decimal): -4343603 or 13482173. OLE color: 13482173.
HSL color Cylindrical-coordinate representation of color #BDB8CD: hue angle of 254.29º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB8CD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 184 | 205 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.20 |
| HSL | 254.29º | 0.17% | 0.76% | - |
| HSV(B) | 254.29º | 0.1% | 0.8% | - |
| XYZ | 49.15 | 49.51 | 64.72 | - |
| YUV | 187.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 205 | 0.08 | 0.10 | 0 | 0.20 | 254.29 | 0.17 | 0.76 |
| Hex | BD | B8 | CD | 8 | A | 0 | 14 | FE | 11 | 4C |
| Octal | 275 | 270 | 315 | 10 | 12 | 0 | 24 | 376 | 21 | 114 |
| Binary | 10111101 | 10111000 | 11001101 | 1000 | 1010 | 0 | 10100 | 11111110 | 10001 | 1001100 |
Color Harmonies of #BDB8CD
Complementary color
Monochromatic Colors of #BDB8CD
Black with #BDB8CD
Text Example
Text Example
White with #BDB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8CD; }
p { color: rgb(189,184,205); }
H1.HeaderClassName
{
color: #BDB8CD;
}
.AnyTagClassName
{
color: #BDB8CD;
}
</style>
background-color css
<style>
a { background-color: #BDB8CD; }
a { background-color: rgb(189,184,205); }
div.DivClassName
{
background-color: #BDB8CD;
}
.BgClassName
{
background-color: #BDB8CD;
}
</style>
border-color css
<style>
span { border-color: #BDB8CD; }
span { border-color: rgb(189,184,205); }
td.TdClassName
{
border-color: #BDB8CD;
}
.TagClassName
{
border-color: #BDB8CD;
}
</style>