Shades of Blue Haze #BDB6D3
Tints of Blue Haze #BDB6D3
RGB
CMYK
RGB Variations
Color information
#BDB6D3 (or 0xBDB6D3) is known color: Blue Haze. HEX triplet: BD, B6 and D3. RGB value is (189,182,211). Sum of RGB (Red+Green+Blue) = 189+182+211=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDB6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6D3 is #42492C. Grayscale: #BBBBBB. Windows color (decimal): -4344109 or 13874877. OLE color: 13874877.
HSL color Cylindrical-coordinate representation of color #BDB6D3: hue angle of 254.48º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB6D3 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 182 | 211 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.17 |
| HSL | 254.48º | 0.25% | 0.77% | - |
| HSV(B) | 254.48º | 0.14% | 0.83% | - |
| XYZ | 49.47 | 48.98 | 68.47 | - |
| YUV | 187.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 211 | 0.10 | 0.14 | 0 | 0.17 | 254.48 | 0.25 | 0.77 |
| Hex | BD | B6 | D3 | A | E | 0 | 11 | FE | 19 | 4D |
| Octal | 275 | 266 | 323 | 12 | 16 | 0 | 21 | 376 | 31 | 115 |
| Binary | 10111101 | 10110110 | 11010011 | 1010 | 1110 | 0 | 10001 | 11111110 | 11001 | 1001101 |
Color Harmonies of #BDB6D3
Complementary color
Monochromatic Colors of #BDB6D3
Black with #BDB6D3
Text Example
Text Example
White with #BDB6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6D3; }
p { color: rgb(189,182,211); }
H1.HeaderClassName
{
color: #BDB6D3;
}
.AnyTagClassName
{
color: #BDB6D3;
}
</style>
background-color css
<style>
a { background-color: #BDB6D3; }
a { background-color: rgb(189,182,211); }
div.DivClassName
{
background-color: #BDB6D3;
}
.BgClassName
{
background-color: #BDB6D3;
}
</style>
border-color css
<style>
span { border-color: #BDB6D3; }
span { border-color: rgb(189,182,211); }
td.TdClassName
{
border-color: #BDB6D3;
}
.TagClassName
{
border-color: #BDB6D3;
}
</style>