Shades of Blue Haze #BDBBD1
Tints of Blue Haze #BDBBD1
RGB
CMYK
RGB Variations
Color information
#BDBBD1 (or 0xBDBBD1) is known color: Blue Haze. HEX triplet: BD, BB and D1. RGB value is (189,187,209). Sum of RGB (Red+Green+Blue) = 189+187+209=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD1 is #42442E. Grayscale: #BEBEBE. Windows color (decimal): -4342831 or 13745085. OLE color: 13745085.
HSL color Cylindrical-coordinate representation of color #BDBBD1: hue angle of 245.45º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBBD1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 187 | 209 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.18 |
| HSL | 245.45º | 0.19% | 0.78% | - |
| HSV(B) | 245.45º | 0.11% | 0.82% | - |
| XYZ | 50.27 | 50.96 | 67.51 | - |
| YUV | 190.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 209 | 0.10 | 0.11 | 0 | 0.18 | 245.45 | 0.19 | 0.78 |
| Hex | BD | BB | D1 | A | B | 0 | 12 | F5 | 13 | 4E |
| Octal | 275 | 273 | 321 | 12 | 13 | 0 | 22 | 365 | 23 | 116 |
| Binary | 10111101 | 10111011 | 11010001 | 1010 | 1011 | 0 | 10010 | 11110101 | 10011 | 1001110 |
Color Harmonies of #BDBBD1
Complementary color
Monochromatic Colors of #BDBBD1
Black with #BDBBD1
Text Example
Text Example
White with #BDBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBD1; }
p { color: rgb(189,187,209); }
H1.HeaderClassName
{
color: #BDBBD1;
}
.AnyTagClassName
{
color: #BDBBD1;
}
</style>
background-color css
<style>
a { background-color: #BDBBD1; }
a { background-color: rgb(189,187,209); }
div.DivClassName
{
background-color: #BDBBD1;
}
.BgClassName
{
background-color: #BDBBD1;
}
</style>
border-color css
<style>
span { border-color: #BDBBD1; }
span { border-color: rgb(189,187,209); }
td.TdClassName
{
border-color: #BDBBD1;
}
.TagClassName
{
border-color: #BDBBD1;
}
</style>