Shades of Blue Haze #B7B7CB
Tints of Blue Haze #B7B7CB
RGB
CMYK
RGB Variations
Color information
#B7B7CB (or 0xB7B7CB) is known color: Blue Haze. HEX triplet: B7, B7 and CB. RGB value is (183,183,203). Sum of RGB (Red+Green+Blue) = 183+183+203=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7B7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7CB is #484834. Grayscale: #B9B9B9. Windows color (decimal): -4737077 or 13350839. OLE color: 13350839.
HSL color Cylindrical-coordinate representation of color #B7B7CB: hue angle of 240º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7B7CB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 183 | 203 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.20 |
| HSL | 240º | 0.16% | 0.76% | - |
| HSV(B) | 240º | 0.1% | 0.8% | - |
| XYZ | 47.24 | 48.25 | 63.32 | - |
| YUV | 185.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 203 | 0.10 | 0.10 | 0 | 0.20 | 240 | 0.16 | 0.76 |
| Hex | B7 | B7 | CB | A | A | 0 | 14 | F0 | 10 | 4C |
| Octal | 267 | 267 | 313 | 12 | 12 | 0 | 24 | 360 | 20 | 114 |
| Binary | 10110111 | 10110111 | 11001011 | 1010 | 1010 | 0 | 10100 | 11110000 | 10000 | 1001100 |
Color Harmonies of #B7B7CB
Complementary color
Monochromatic Colors of #B7B7CB
Black with #B7B7CB
Text Example
Text Example
White with #B7B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7CB; }
p { color: rgb(183,183,203); }
H1.HeaderClassName
{
color: #B7B7CB;
}
.AnyTagClassName
{
color: #B7B7CB;
}
</style>
background-color css
<style>
a { background-color: #B7B7CB; }
a { background-color: rgb(183,183,203); }
div.DivClassName
{
background-color: #B7B7CB;
}
.BgClassName
{
background-color: #B7B7CB;
}
</style>
border-color css
<style>
span { border-color: #B7B7CB; }
span { border-color: rgb(183,183,203); }
td.TdClassName
{
border-color: #B7B7CB;
}
.TagClassName
{
border-color: #B7B7CB;
}
</style>