Shades of Blue Haze #B7B6CC
Tints of Blue Haze #B7B6CC
RGB
CMYK
RGB Variations
Color information
#B7B6CC (or 0xB7B6CC) is known color: Blue Haze. HEX triplet: B7, B6 and CC. RGB value is (183,182,204). Sum of RGB (Red+Green+Blue) = 183+182+204=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7B6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6CC is #484933. Grayscale: #B8B8B8. Windows color (decimal): -4737332 or 13416119. OLE color: 13416119.
HSL color Cylindrical-coordinate representation of color #B7B6CC: hue angle of 242.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7B6CC is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 183 | 182 | 204 | - |
CMYK | 0.10 | 0.11 | 0 | 0.2 |
HSL | 242.73º | 0.18% | 0.76% | - |
HSV(B) | 242.73º | 0.11% | 0.8% | - |
XYZ | 47.16 | 47.88 | 63.88 | - |
YUV | 184.81 | 138.83 | 126.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 182 | 204 | 0.10 | 0.11 | 0 | 0.2 | 242.73 | 0.18 | 0.76 |
Hex | B7 | B6 | CC | A | B | 0 | 14 | F3 | 12 | 4C |
Octal | 267 | 266 | 314 | 12 | 13 | 0 | 24 | 363 | 22 | 114 |
Binary | 10110111 | 10110110 | 11001100 | 1010 | 1011 | 0 | 10100 | 11110011 | 10010 | 1001100 |
Color Harmonies of #B7B6CC
Complementary color
Monochromatic Colors of #B7B6CC
Black with #B7B6CC
Text Example
Text Example
White with #B7B6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B6CC; }
p { color: rgb(183,182,204); }
H1.HeaderClassName
{
color: #B7B6CC;
}
.AnyTagClassName
{
color: #B7B6CC;
}
</style>
background-color css
<style>
a { background-color: #B7B6CC; }
a { background-color: rgb(183,182,204); }
div.DivClassName
{
background-color: #B7B6CC;
}
.BgClassName
{
background-color: #B7B6CC;
}
</style>
border-color css
<style>
span { border-color: #B7B6CC; }
span { border-color: rgb(183,182,204); }
td.TdClassName
{
border-color: #B7B6CC;
}
.TagClassName
{
border-color: #B7B6CC;
}
</style>