Shades of Blue Haze #BDB9D1
Tints of Blue Haze #BDB9D1
RGB
CMYK
RGB Variations
Color information
#BDB9D1 (or 0xBDB9D1) is known color: Blue Haze. HEX triplet: BD, B9 and D1. RGB value is (189,185,209). Sum of RGB (Red+Green+Blue) = 189+185+209=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDB9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9D1 is #42462E. Grayscale: #BCBCBC. Windows color (decimal): -4343343 or 13744573. OLE color: 13744573.
HSL color Cylindrical-coordinate representation of color #BDB9D1: hue angle of 250º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDB9D1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 185 | 209 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.18 |
| HSL | 250º | 0.21% | 0.77% | - |
| HSV(B) | 250º | 0.11% | 0.82% | - |
| XYZ | 49.84 | 50.12 | 67.37 | - |
| YUV | 188.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 209 | 0.10 | 0.11 | 0 | 0.18 | 250 | 0.21 | 0.77 |
| Hex | BD | B9 | D1 | A | B | 0 | 12 | FA | 15 | 4D |
| Octal | 275 | 271 | 321 | 12 | 13 | 0 | 22 | 372 | 25 | 115 |
| Binary | 10111101 | 10111001 | 11010001 | 1010 | 1011 | 0 | 10010 | 11111010 | 10101 | 1001101 |
Color Harmonies of #BDB9D1
Complementary color
Monochromatic Colors of #BDB9D1
Black with #BDB9D1
Text Example
Text Example
White with #BDB9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9D1; }
p { color: rgb(189,185,209); }
H1.HeaderClassName
{
color: #BDB9D1;
}
.AnyTagClassName
{
color: #BDB9D1;
}
</style>
background-color css
<style>
a { background-color: #BDB9D1; }
a { background-color: rgb(189,185,209); }
div.DivClassName
{
background-color: #BDB9D1;
}
.BgClassName
{
background-color: #BDB9D1;
}
</style>
border-color css
<style>
span { border-color: #BDB9D1; }
span { border-color: rgb(189,185,209); }
td.TdClassName
{
border-color: #BDB9D1;
}
.TagClassName
{
border-color: #BDB9D1;
}
</style>