Shades of Blue Haze #BDB7D3
Tints of Blue Haze #BDB7D3
RGB
CMYK
RGB Variations
Color information
#BDB7D3 (or 0xBDB7D3) is known color: Blue Haze. HEX triplet: BD, B7 and D3. RGB value is (189,183,211). Sum of RGB (Red+Green+Blue) = 189+183+211=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDB7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7D3 is #42482C. Grayscale: #BBBBBB. Windows color (decimal): -4343853 or 13875133. OLE color: 13875133.
HSL color Cylindrical-coordinate representation of color #BDB7D3: hue angle of 252.86º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB7D3 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 183 | 211 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.17 |
| HSL | 252.86º | 0.24% | 0.77% | - |
| HSV(B) | 252.86º | 0.13% | 0.83% | - |
| XYZ | 49.68 | 49.39 | 68.54 | - |
| YUV | 187.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 211 | 0.10 | 0.13 | 0 | 0.17 | 252.86 | 0.24 | 0.77 |
| Hex | BD | B7 | D3 | A | D | 0 | 11 | FD | 18 | 4D |
| Octal | 275 | 267 | 323 | 12 | 15 | 0 | 21 | 375 | 30 | 115 |
| Binary | 10111101 | 10110111 | 11010011 | 1010 | 1101 | 0 | 10001 | 11111101 | 11000 | 1001101 |
Color Harmonies of #BDB7D3
Complementary color
Monochromatic Colors of #BDB7D3
Black with #BDB7D3
Text Example
Text Example
White with #BDB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7D3; }
p { color: rgb(189,183,211); }
H1.HeaderClassName
{
color: #BDB7D3;
}
.AnyTagClassName
{
color: #BDB7D3;
}
</style>
background-color css
<style>
a { background-color: #BDB7D3; }
a { background-color: rgb(189,183,211); }
div.DivClassName
{
background-color: #BDB7D3;
}
.BgClassName
{
background-color: #BDB7D3;
}
</style>
border-color css
<style>
span { border-color: #BDB7D3; }
span { border-color: rgb(189,183,211); }
td.TdClassName
{
border-color: #BDB7D3;
}
.TagClassName
{
border-color: #BDB7D3;
}
</style>