Shades of Blue Haze #BDB9CF
Tints of Blue Haze #BDB9CF
RGB
CMYK
RGB Variations
Color information
#BDB9CF (or 0xBDB9CF) is known color: Blue Haze. HEX triplet: BD, B9 and CF. RGB value is (189,185,207). Sum of RGB (Red+Green+Blue) = 189+185+207=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9CF is #424630. Grayscale: #BCBCBC. Windows color (decimal): -4343345 or 13613501. OLE color: 13613501.
HSL color Cylindrical-coordinate representation of color #BDB9CF: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDB9CF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 185 | 207 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.19 |
| HSL | 250.91º | 0.19% | 0.77% | - |
| HSV(B) | 250.91º | 0.11% | 0.81% | - |
| XYZ | 49.6 | 50.02 | 66.07 | - |
| YUV | 188.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 207 | 0.09 | 0.11 | 0 | 0.19 | 250.91 | 0.19 | 0.77 |
| Hex | BD | B9 | CF | 9 | B | 0 | 13 | FB | 13 | 4D |
| Octal | 275 | 271 | 317 | 11 | 13 | 0 | 23 | 373 | 23 | 115 |
| Binary | 10111101 | 10111001 | 11001111 | 1001 | 1011 | 0 | 10011 | 11111011 | 10011 | 1001101 |
Color Harmonies of #BDB9CF
Complementary color
Monochromatic Colors of #BDB9CF
Black with #BDB9CF
Text Example
Text Example
White with #BDB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9CF; }
p { color: rgb(189,185,207); }
H1.HeaderClassName
{
color: #BDB9CF;
}
.AnyTagClassName
{
color: #BDB9CF;
}
</style>
background-color css
<style>
a { background-color: #BDB9CF; }
a { background-color: rgb(189,185,207); }
div.DivClassName
{
background-color: #BDB9CF;
}
.BgClassName
{
background-color: #BDB9CF;
}
</style>
border-color css
<style>
span { border-color: #BDB9CF; }
span { border-color: rgb(189,185,207); }
td.TdClassName
{
border-color: #BDB9CF;
}
.TagClassName
{
border-color: #BDB9CF;
}
</style>