Shades of Blue Haze #B7B6CE
Tints of Blue Haze #B7B6CE
RGB
CMYK
RGB Variations
Color information
#B7B6CE (or 0xB7B6CE) is known color: Blue Haze. HEX triplet: B7, B6 and CE. RGB value is (183,182,206). Sum of RGB (Red+Green+Blue) = 183+182+206=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6CE is #484931. Grayscale: #B8B8B8. Windows color (decimal): -4737330 or 13547191. OLE color: 13547191.
HSL color Cylindrical-coordinate representation of color #B7B6CE: hue angle of 242.5º degrees, saturation: 0.2, 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 #B7B6CE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 182 | 206 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.19 |
| HSL | 242.5º | 0.2% | 0.76% | - |
| HSV(B) | 242.5º | 0.12% | 0.81% | - |
| XYZ | 47.4 | 47.98 | 65.16 | - |
| YUV | 185.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 206 | 0.11 | 0.12 | 0 | 0.19 | 242.5 | 0.2 | 0.76 |
| Hex | B7 | B6 | CE | B | C | 0 | 13 | F2 | 14 | 4C |
| Octal | 267 | 266 | 316 | 13 | 14 | 0 | 23 | 362 | 24 | 114 |
| Binary | 10110111 | 10110110 | 11001110 | 1011 | 1100 | 0 | 10011 | 11110010 | 10100 | 1001100 |
Color Harmonies of #B7B6CE
Complementary color
Monochromatic Colors of #B7B6CE
Black with #B7B6CE
Text Example
Text Example
White with #B7B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B6CE; }
p { color: rgb(183,182,206); }
H1.HeaderClassName
{
color: #B7B6CE;
}
.AnyTagClassName
{
color: #B7B6CE;
}
</style>
background-color css
<style>
a { background-color: #B7B6CE; }
a { background-color: rgb(183,182,206); }
div.DivClassName
{
background-color: #B7B6CE;
}
.BgClassName
{
background-color: #B7B6CE;
}
</style>
border-color css
<style>
span { border-color: #B7B6CE; }
span { border-color: rgb(183,182,206); }
td.TdClassName
{
border-color: #B7B6CE;
}
.TagClassName
{
border-color: #B7B6CE;
}
</style>