Shades of Heather #B7BBBC
Tints of Heather #B7BBBC
RGB
CMYK
RGB Variations
Color information
#B7BBBC (or 0xB7BBBC) is known color: Heather. HEX triplet: B7, BB and BC. RGB value is (183,187,188). Sum of RGB (Red+Green+Blue) = 183+187+188=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBBC is #484443. Grayscale: #B9B9B9. Windows color (decimal): -4736068 or 12368823. OLE color: 12368823.
HSL color Cylindrical-coordinate representation of color #B7BBBC: hue angle of 192º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7BBBC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 187 | 188 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.26 |
| HSL | 192º | 0.04% | 0.73% | - |
| HSV(B) | 192º | 0.03% | 0.74% | - |
| XYZ | 46.38 | 49.24 | 54.64 | - |
| YUV | 185.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 188 | 0.03 | 0.01 | 0 | 0.26 | 192 | 0.04 | 0.73 |
| Hex | B7 | BB | BC | 3 | 1 | 0 | 1A | C0 | 4 | 49 |
| Octal | 267 | 273 | 274 | 3 | 1 | 0 | 32 | 300 | 4 | 111 |
| Binary | 10110111 | 10111011 | 10111100 | 11 | 1 | 0 | 11010 | 11000000 | 100 | 1001001 |
Color Harmonies of #B7BBBC
Complementary color
Monochromatic Colors of #B7BBBC
Black with #B7BBBC
Text Example
Text Example
White with #B7BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBBC; }
p { color: rgb(183,187,188); }
H1.HeaderClassName
{
color: #B7BBBC;
}
.AnyTagClassName
{
color: #B7BBBC;
}
</style>
background-color css
<style>
a { background-color: #B7BBBC; }
a { background-color: rgb(183,187,188); }
div.DivClassName
{
background-color: #B7BBBC;
}
.BgClassName
{
background-color: #B7BBBC;
}
</style>
border-color css
<style>
span { border-color: #B7BBBC; }
span { border-color: rgb(183,187,188); }
td.TdClassName
{
border-color: #B7BBBC;
}
.TagClassName
{
border-color: #B7BBBC;
}
</style>