Shades of Heather #B7BCBD
Tints of Heather #B7BCBD
RGB
CMYK
RGB Variations
Color information
#B7BCBD (or 0xB7BCBD) is known color: Heather. HEX triplet: B7, BC and BD. RGB value is (183,188,189). Sum of RGB (Red+Green+Blue) = 183+188+189=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCBD is #484342. Grayscale: #BABABA. Windows color (decimal): -4735811 or 12434615. OLE color: 12434615.
HSL color Cylindrical-coordinate representation of color #B7BCBD: hue angle of 190º 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 #B7BCBD is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 189 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.26 |
| HSL | 190º | 0.04% | 0.73% | - |
| HSV(B) | 190º | 0.03% | 0.74% | - |
| XYZ | 46.7 | 49.71 | 55.28 | - |
| YUV | 186.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 189 | 0.03 | 0.01 | 0 | 0.26 | 190 | 0.04 | 0.73 |
| Hex | B7 | BC | BD | 3 | 1 | 0 | 1A | BE | 4 | 49 |
| Octal | 267 | 274 | 275 | 3 | 1 | 0 | 32 | 276 | 4 | 111 |
| Binary | 10110111 | 10111100 | 10111101 | 11 | 1 | 0 | 11010 | 10111110 | 100 | 1001001 |
Color Harmonies of #B7BCBD
Complementary color
Monochromatic Colors of #B7BCBD
Black with #B7BCBD
Text Example
Text Example
White with #B7BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCBD; }
p { color: rgb(183,188,189); }
H1.HeaderClassName
{
color: #B7BCBD;
}
.AnyTagClassName
{
color: #B7BCBD;
}
</style>
background-color css
<style>
a { background-color: #B7BCBD; }
a { background-color: rgb(183,188,189); }
div.DivClassName
{
background-color: #B7BCBD;
}
.BgClassName
{
background-color: #B7BCBD;
}
</style>
border-color css
<style>
span { border-color: #B7BCBD; }
span { border-color: rgb(183,188,189); }
td.TdClassName
{
border-color: #B7BCBD;
}
.TagClassName
{
border-color: #B7BCBD;
}
</style>