Shades of Blue Haze #BDB9CD
Tints of Blue Haze #BDB9CD
RGB
CMYK
RGB Variations
Color information
#BDB9CD (or 0xBDB9CD) is known color: Blue Haze. HEX triplet: BD, B9 and CD. RGB value is (189,185,205). Sum of RGB (Red+Green+Blue) = 189+185+205=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDB9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9CD is #424632. Grayscale: #BCBCBC. Windows color (decimal): -4343347 or 13482429. OLE color: 13482429.
HSL color Cylindrical-coordinate representation of color #BDB9CD: hue angle of 252º 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 #BDB9CD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 185 | 205 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.20 |
| HSL | 252º | 0.17% | 0.76% | - |
| HSV(B) | 252º | 0.1% | 0.8% | - |
| XYZ | 49.35 | 49.92 | 64.79 | - |
| YUV | 188.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 205 | 0.08 | 0.10 | 0 | 0.20 | 252 | 0.17 | 0.76 |
| Hex | BD | B9 | CD | 8 | A | 0 | 14 | FC | 11 | 4C |
| Octal | 275 | 271 | 315 | 10 | 12 | 0 | 24 | 374 | 21 | 114 |
| Binary | 10111101 | 10111001 | 11001101 | 1000 | 1010 | 0 | 10100 | 11111100 | 10001 | 1001100 |
Color Harmonies of #BDB9CD
Complementary color
Monochromatic Colors of #BDB9CD
Black with #BDB9CD
Text Example
Text Example
White with #BDB9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9CD; }
p { color: rgb(189,185,205); }
H1.HeaderClassName
{
color: #BDB9CD;
}
.AnyTagClassName
{
color: #BDB9CD;
}
</style>
background-color css
<style>
a { background-color: #BDB9CD; }
a { background-color: rgb(189,185,205); }
div.DivClassName
{
background-color: #BDB9CD;
}
.BgClassName
{
background-color: #BDB9CD;
}
</style>
border-color css
<style>
span { border-color: #BDB9CD; }
span { border-color: rgb(189,185,205); }
td.TdClassName
{
border-color: #BDB9CD;
}
.TagClassName
{
border-color: #BDB9CD;
}
</style>