Shades of Blue Haze #B9B7CE
Tints of Blue Haze #B9B7CE
RGB
CMYK
RGB Variations
Color information
#B9B7CE (or 0xB9B7CE) is known color: Blue Haze. HEX triplet: B9, B7 and CE. RGB value is (185,183,206). Sum of RGB (Red+Green+Blue) = 185+183+206=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B7CE is #464831. Grayscale: #BABABA. Windows color (decimal): -4606002 or 13547449. OLE color: 13547449.
HSL color Cylindrical-coordinate representation of color #B9B7CE: hue angle of 245.22º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9B7CE is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 183 | 206 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.19 |
| HSL | 245.22º | 0.19% | 0.76% | - |
| HSV(B) | 245.22º | 0.11% | 0.81% | - |
| XYZ | 48.08 | 48.64 | 65.25 | - |
| YUV | 186.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 183 | 206 | 0.10 | 0.11 | 0 | 0.19 | 245.22 | 0.19 | 0.76 |
| Hex | B9 | B7 | CE | A | B | 0 | 13 | F5 | 13 | 4C |
| Octal | 271 | 267 | 316 | 12 | 13 | 0 | 23 | 365 | 23 | 114 |
| Binary | 10111001 | 10110111 | 11001110 | 1010 | 1011 | 0 | 10011 | 11110101 | 10011 | 1001100 |
Color Harmonies of #B9B7CE
Complementary color
Monochromatic Colors of #B9B7CE
Black with #B9B7CE
Text Example
Text Example
White with #B9B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B7CE; }
p { color: rgb(185,183,206); }
H1.HeaderClassName
{
color: #B9B7CE;
}
.AnyTagClassName
{
color: #B9B7CE;
}
</style>
background-color css
<style>
a { background-color: #B9B7CE; }
a { background-color: rgb(185,183,206); }
div.DivClassName
{
background-color: #B9B7CE;
}
.BgClassName
{
background-color: #B9B7CE;
}
</style>
border-color css
<style>
span { border-color: #B9B7CE; }
span { border-color: rgb(185,183,206); }
td.TdClassName
{
border-color: #B9B7CE;
}
.TagClassName
{
border-color: #B9B7CE;
}
</style>