Shades of Blue Haze #BDB6CF
Tints of Blue Haze #BDB6CF
RGB
CMYK
RGB Variations
Color information
#BDB6CF (or 0xBDB6CF) is known color: Blue Haze. HEX triplet: BD, B6 and CF. RGB value is (189,182,207). Sum of RGB (Red+Green+Blue) = 189+182+207=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6CF is #424930. Grayscale: #BABABA. Windows color (decimal): -4344113 or 13612733. OLE color: 13612733.
HSL color Cylindrical-coordinate representation of color #BDB6CF: hue angle of 256.8º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB6CF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 182 | 207 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.19 |
| HSL | 256.8º | 0.21% | 0.76% | - |
| HSV(B) | 256.8º | 0.12% | 0.81% | - |
| XYZ | 48.98 | 48.78 | 65.87 | - |
| YUV | 186.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 207 | 0.09 | 0.12 | 0 | 0.19 | 256.8 | 0.21 | 0.76 |
| Hex | BD | B6 | CF | 9 | C | 0 | 13 | 101 | 15 | 4C |
| Octal | 275 | 266 | 317 | 11 | 14 | 0 | 23 | 401 | 25 | 114 |
| Binary | 10111101 | 10110110 | 11001111 | 1001 | 1100 | 0 | 10011 | 100000001 | 10101 | 1001100 |
Color Harmonies of #BDB6CF
Complementary color
Monochromatic Colors of #BDB6CF
Black with #BDB6CF
Text Example
Text Example
White with #BDB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6CF; }
p { color: rgb(189,182,207); }
H1.HeaderClassName
{
color: #BDB6CF;
}
.AnyTagClassName
{
color: #BDB6CF;
}
</style>
background-color css
<style>
a { background-color: #BDB6CF; }
a { background-color: rgb(189,182,207); }
div.DivClassName
{
background-color: #BDB6CF;
}
.BgClassName
{
background-color: #BDB6CF;
}
</style>
border-color css
<style>
span { border-color: #BDB6CF; }
span { border-color: rgb(189,182,207); }
td.TdClassName
{
border-color: #BDB6CF;
}
.TagClassName
{
border-color: #BDB6CF;
}
</style>