Shades of Blue Haze #BDB7D7
Tints of Blue Haze #BDB7D7
RGB
CMYK
RGB Variations
Color information
#BDB7D7 (or 0xBDB7D7) is known color: Blue Haze. HEX triplet: BD, B7 and D7. RGB value is (189,183,215). Sum of RGB (Red+Green+Blue) = 189+183+215=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7D7 is #424828. Grayscale: #BCBCBC. Windows color (decimal): -4343849 or 14137277. OLE color: 14137277.
HSL color Cylindrical-coordinate representation of color #BDB7D7: hue angle of 251.25º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB7D7 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 183 | 215 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.16 |
| HSL | 251.25º | 0.29% | 0.78% | - |
| HSV(B) | 251.25º | 0.15% | 0.84% | - |
| XYZ | 50.19 | 49.59 | 71.22 | - |
| YUV | 188.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 215 | 0.12 | 0.15 | 0 | 0.16 | 251.25 | 0.29 | 0.78 |
| Hex | BD | B7 | D7 | C | F | 0 | 10 | FB | 1D | 4E |
| Octal | 275 | 267 | 327 | 14 | 17 | 0 | 20 | 373 | 35 | 116 |
| Binary | 10111101 | 10110111 | 11010111 | 1100 | 1111 | 0 | 10000 | 11111011 | 11101 | 1001110 |
Color Harmonies of #BDB7D7
Complementary color
Monochromatic Colors of #BDB7D7
Black with #BDB7D7
Text Example
Text Example
White with #BDB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7D7; }
p { color: rgb(189,183,215); }
H1.HeaderClassName
{
color: #BDB7D7;
}
.AnyTagClassName
{
color: #BDB7D7;
}
</style>
background-color css
<style>
a { background-color: #BDB7D7; }
a { background-color: rgb(189,183,215); }
div.DivClassName
{
background-color: #BDB7D7;
}
.BgClassName
{
background-color: #BDB7D7;
}
</style>
border-color css
<style>
span { border-color: #BDB7D7; }
span { border-color: rgb(189,183,215); }
td.TdClassName
{
border-color: #BDB7D7;
}
.TagClassName
{
border-color: #BDB7D7;
}
</style>