Shades of Heather #A2B7C4
Tints of Heather #A2B7C4
RGB
CMYK
RGB Variations
Color information
#A2B7C4 (or 0xA2B7C4) is known color: Heather. HEX triplet: A2, B7 and C4. RGB value is (162,183,196). Sum of RGB (Red+Green+Blue) = 162+183+196=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 196 - color contains mainly: blue. Hex color #A2B7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B7C4 is #5D483B. Grayscale: #B2B2B2. Windows color (decimal): -6113340 or 12892066. OLE color: 12892066.
HSL color Cylindrical-coordinate representation of color #A2B7C4: hue angle of 202.94º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2B7C4 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 183 | 196 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.23 |
| HSL | 202.94º | 0.22% | 0.7% | - |
| HSV(B) | 202.94º | 0.17% | 0.77% | - |
| XYZ | 41.8 | 45.53 | 58.81 | - |
| YUV | 178.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 196 | 0.17 | 0.07 | 0 | 0.23 | 202.94 | 0.22 | 0.7 |
| Hex | A2 | B7 | C4 | 11 | 7 | 0 | 17 | CB | 16 | 46 |
| Octal | 242 | 267 | 304 | 21 | 7 | 0 | 27 | 313 | 26 | 106 |
| Binary | 10100010 | 10110111 | 11000100 | 10001 | 111 | 0 | 10111 | 11001011 | 10110 | 1000110 |
Color Harmonies of #A2B7C4
Complementary color
Monochromatic Colors of #A2B7C4
Black with #A2B7C4
Text Example
Text Example
White with #A2B7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B7C4; }
p { color: rgb(162,183,196); }
H1.HeaderClassName
{
color: #A2B7C4;
}
.AnyTagClassName
{
color: #A2B7C4;
}
</style>
background-color css
<style>
a { background-color: #A2B7C4; }
a { background-color: rgb(162,183,196); }
div.DivClassName
{
background-color: #A2B7C4;
}
.BgClassName
{
background-color: #A2B7C4;
}
</style>
border-color css
<style>
span { border-color: #A2B7C4; }
span { border-color: rgb(162,183,196); }
td.TdClassName
{
border-color: #A2B7C4;
}
.TagClassName
{
border-color: #A2B7C4;
}
</style>