Shades of Heather #B2B7BC
Tints of Heather #B2B7BC
RGB
CMYK
RGB Variations
Color information
#B2B7BC (or 0xB2B7BC) is known color: Heather. HEX triplet: B2, B7 and BC. RGB value is (178,183,188). Sum of RGB (Red+Green+Blue) = 178+183+188=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2B7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B7BC is #4D4843. Grayscale: #B6B6B6. Windows color (decimal): -5064772 or 12367794. OLE color: 12367794.
HSL color Cylindrical-coordinate representation of color #B2B7BC: hue angle of 210º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2B7BC is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 183 | 188 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.26 |
| HSL | 210º | 0.07% | 0.72% | - |
| HSV(B) | 210º | 0.05% | 0.74% | - |
| XYZ | 44.37 | 46.96 | 54.3 | - |
| YUV | 182.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 188 | 0.05 | 0.03 | 0 | 0.26 | 210 | 0.07 | 0.72 |
| Hex | B2 | B7 | BC | 5 | 3 | 0 | 1A | D2 | 7 | 48 |
| Octal | 262 | 267 | 274 | 5 | 3 | 0 | 32 | 322 | 7 | 110 |
| Binary | 10110010 | 10110111 | 10111100 | 101 | 11 | 0 | 11010 | 11010010 | 111 | 1001000 |
Color Harmonies of #B2B7BC
Complementary color
Monochromatic Colors of #B2B7BC
Black with #B2B7BC
Text Example
Text Example
White with #B2B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B7BC; }
p { color: rgb(178,183,188); }
H1.HeaderClassName
{
color: #B2B7BC;
}
.AnyTagClassName
{
color: #B2B7BC;
}
</style>
background-color css
<style>
a { background-color: #B2B7BC; }
a { background-color: rgb(178,183,188); }
div.DivClassName
{
background-color: #B2B7BC;
}
.BgClassName
{
background-color: #B2B7BC;
}
</style>
border-color css
<style>
span { border-color: #B2B7BC; }
span { border-color: rgb(178,183,188); }
td.TdClassName
{
border-color: #B2B7BC;
}
.TagClassName
{
border-color: #B2B7BC;
}
</style>