Shades of Blue Haze #B7B6CB
Tints of Blue Haze #B7B6CB
RGB
CMYK
RGB Variations
Color information
#B7B6CB (or 0xB7B6CB) is known color: Blue Haze. HEX triplet: B7, B6 and CB. RGB value is (183,182,203). Sum of RGB (Red+Green+Blue) = 183+182+203=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6CB is #484934. Grayscale: #B8B8B8. Windows color (decimal): -4737333 or 13350583. OLE color: 13350583.
HSL color Cylindrical-coordinate representation of color #B7B6CB: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7B6CB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 182 | 203 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.20 |
| HSL | 242.86º | 0.17% | 0.75% | - |
| HSV(B) | 242.86º | 0.1% | 0.8% | - |
| XYZ | 47.04 | 47.83 | 63.25 | - |
| YUV | 184.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 203 | 0.10 | 0.10 | 0 | 0.20 | 242.86 | 0.17 | 0.75 |
| Hex | B7 | B6 | CB | A | A | 0 | 14 | F3 | 11 | 4B |
| Octal | 267 | 266 | 313 | 12 | 12 | 0 | 24 | 363 | 21 | 113 |
| Binary | 10110111 | 10110110 | 11001011 | 1010 | 1010 | 0 | 10100 | 11110011 | 10001 | 1001011 |
Color Harmonies of #B7B6CB
Complementary color
Monochromatic Colors of #B7B6CB
Black with #B7B6CB
Text Example
Text Example
White with #B7B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B6CB; }
p { color: rgb(183,182,203); }
H1.HeaderClassName
{
color: #B7B6CB;
}
.AnyTagClassName
{
color: #B7B6CB;
}
</style>
background-color css
<style>
a { background-color: #B7B6CB; }
a { background-color: rgb(183,182,203); }
div.DivClassName
{
background-color: #B7B6CB;
}
.BgClassName
{
background-color: #B7B6CB;
}
</style>
border-color css
<style>
span { border-color: #B7B6CB; }
span { border-color: rgb(183,182,203); }
td.TdClassName
{
border-color: #B7B6CB;
}
.TagClassName
{
border-color: #B7B6CB;
}
</style>