Shades of Blue Haze #BDBBD0
Tints of Blue Haze #BDBBD0
RGB
CMYK
RGB Variations
Color information
#BDBBD0 (or 0xBDBBD0) is known color: Blue Haze. HEX triplet: BD, BB and D0. RGB value is (189,187,208). Sum of RGB (Red+Green+Blue) = 189+187+208=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD0 is #42442F. Grayscale: #BDBDBD. Windows color (decimal): -4342832 or 13679549. OLE color: 13679549.
HSL color Cylindrical-coordinate representation of color #BDBBD0: hue angle of 245.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBBD0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 187 | 208 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.18 |
| HSL | 245.71º | 0.18% | 0.77% | - |
| HSV(B) | 245.71º | 0.1% | 0.82% | - |
| XYZ | 50.14 | 50.91 | 66.86 | - |
| YUV | 189.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 208 | 0.09 | 0.10 | 0 | 0.18 | 245.71 | 0.18 | 0.77 |
| Hex | BD | BB | D0 | 9 | A | 0 | 12 | F6 | 12 | 4D |
| Octal | 275 | 273 | 320 | 11 | 12 | 0 | 22 | 366 | 22 | 115 |
| Binary | 10111101 | 10111011 | 11010000 | 1001 | 1010 | 0 | 10010 | 11110110 | 10010 | 1001101 |
Color Harmonies of #BDBBD0
Complementary color
Monochromatic Colors of #BDBBD0
Black with #BDBBD0
Text Example
Text Example
White with #BDBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBD0; }
p { color: rgb(189,187,208); }
H1.HeaderClassName
{
color: #BDBBD0;
}
.AnyTagClassName
{
color: #BDBBD0;
}
</style>
background-color css
<style>
a { background-color: #BDBBD0; }
a { background-color: rgb(189,187,208); }
div.DivClassName
{
background-color: #BDBBD0;
}
.BgClassName
{
background-color: #BDBBD0;
}
</style>
border-color css
<style>
span { border-color: #BDBBD0; }
span { border-color: rgb(189,187,208); }
td.TdClassName
{
border-color: #BDBBD0;
}
.TagClassName
{
border-color: #BDBBD0;
}
</style>