Shades of Heather #A2B2BC
Tints of Heather #A2B2BC
RGB
CMYK
RGB Variations
Color information
#A2B2BC (or 0xA2B2BC) is known color: Heather. HEX triplet: A2, B2 and BC. RGB value is (162,178,188). Sum of RGB (Red+Green+Blue) = 162+178+188=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B2BC is #5D4D43. Grayscale: #AEAEAE. Windows color (decimal): -6114628 or 12366498. OLE color: 12366498.
HSL color Cylindrical-coordinate representation of color #A2B2BC: hue angle of 203.08º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B2BC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 178 | 188 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.26 |
| HSL | 203.08º | 0.16% | 0.69% | - |
| HSV(B) | 203.08º | 0.14% | 0.74% | - |
| XYZ | 39.9 | 43.15 | 53.8 | - |
| YUV | 174.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 188 | 0.14 | 0.05 | 0 | 0.26 | 203.08 | 0.16 | 0.69 |
| Hex | A2 | B2 | BC | E | 5 | 0 | 1A | CB | 10 | 45 |
| Octal | 242 | 262 | 274 | 16 | 5 | 0 | 32 | 313 | 20 | 105 |
| Binary | 10100010 | 10110010 | 10111100 | 1110 | 101 | 0 | 11010 | 11001011 | 10000 | 1000101 |
Color Harmonies of #A2B2BC
Complementary color
Monochromatic Colors of #A2B2BC
Black with #A2B2BC
Text Example
Text Example
White with #A2B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B2BC; }
p { color: rgb(162,178,188); }
H1.HeaderClassName
{
color: #A2B2BC;
}
.AnyTagClassName
{
color: #A2B2BC;
}
</style>
background-color css
<style>
a { background-color: #A2B2BC; }
a { background-color: rgb(162,178,188); }
div.DivClassName
{
background-color: #A2B2BC;
}
.BgClassName
{
background-color: #A2B2BC;
}
</style>
border-color css
<style>
span { border-color: #A2B2BC; }
span { border-color: rgb(162,178,188); }
td.TdClassName
{
border-color: #A2B2BC;
}
.TagClassName
{
border-color: #A2B2BC;
}
</style>