Shades of Blue Haze #BDB6D5
Tints of Blue Haze #BDB6D5
RGB
CMYK
RGB Variations
Color information
#BDB6D5 (or 0xBDB6D5) is known color: Blue Haze. HEX triplet: BD, B6 and D5. RGB value is (189,182,213). Sum of RGB (Red+Green+Blue) = 189+182+213=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDB6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6D5 is #42492A. Grayscale: #BBBBBB. Windows color (decimal): -4344107 or 14005949. OLE color: 14005949.
HSL color Cylindrical-coordinate representation of color #BDB6D5: hue angle of 253.55º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB6D5 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 182 | 213 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.16 |
| HSL | 253.55º | 0.27% | 0.77% | - |
| HSV(B) | 253.55º | 0.15% | 0.84% | - |
| XYZ | 49.72 | 49.08 | 69.8 | - |
| YUV | 187.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 213 | 0.11 | 0.15 | 0 | 0.16 | 253.55 | 0.27 | 0.77 |
| Hex | BD | B6 | D5 | B | F | 0 | 10 | FE | 1B | 4D |
| Octal | 275 | 266 | 325 | 13 | 17 | 0 | 20 | 376 | 33 | 115 |
| Binary | 10111101 | 10110110 | 11010101 | 1011 | 1111 | 0 | 10000 | 11111110 | 11011 | 1001101 |
Color Harmonies of #BDB6D5
Complementary color
Monochromatic Colors of #BDB6D5
Black with #BDB6D5
Text Example
Text Example
White with #BDB6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6D5; }
p { color: rgb(189,182,213); }
H1.HeaderClassName
{
color: #BDB6D5;
}
.AnyTagClassName
{
color: #BDB6D5;
}
</style>
background-color css
<style>
a { background-color: #BDB6D5; }
a { background-color: rgb(189,182,213); }
div.DivClassName
{
background-color: #BDB6D5;
}
.BgClassName
{
background-color: #BDB6D5;
}
</style>
border-color css
<style>
span { border-color: #BDB6D5; }
span { border-color: rgb(189,182,213); }
td.TdClassName
{
border-color: #BDB6D5;
}
.TagClassName
{
border-color: #BDB6D5;
}
</style>