Shades of Heather #A2BCC6
Tints of Heather #A2BCC6
RGB
CMYK
RGB Variations
Color information
#A2BCC6 (or 0xA2BCC6) is known color: Heather. HEX triplet: A2, BC and C6. RGB value is (162,188,198). Sum of RGB (Red+Green+Blue) = 162+188+198=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #A2BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCC6 is #5D4339. Grayscale: #B5B5B5. Windows color (decimal): -6112058 or 13024418. OLE color: 13024418.
HSL color Cylindrical-coordinate representation of color #A2BCC6: hue angle of 196.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2BCC6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 188 | 198 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.22 |
| HSL | 196.67º | 0.24% | 0.71% | - |
| HSV(B) | 196.67º | 0.18% | 0.78% | - |
| XYZ | 43.08 | 47.73 | 60.37 | - |
| YUV | 181.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 198 | 0.18 | 0.05 | 0 | 0.22 | 196.67 | 0.24 | 0.71 |
| Hex | A2 | BC | C6 | 12 | 5 | 0 | 16 | C5 | 18 | 47 |
| Octal | 242 | 274 | 306 | 22 | 5 | 0 | 26 | 305 | 30 | 107 |
| Binary | 10100010 | 10111100 | 11000110 | 10010 | 101 | 0 | 10110 | 11000101 | 11000 | 1000111 |
Color Harmonies of #A2BCC6
Complementary color
Monochromatic Colors of #A2BCC6
Black with #A2BCC6
Text Example
Text Example
White with #A2BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCC6; }
p { color: rgb(162,188,198); }
H1.HeaderClassName
{
color: #A2BCC6;
}
.AnyTagClassName
{
color: #A2BCC6;
}
</style>
background-color css
<style>
a { background-color: #A2BCC6; }
a { background-color: rgb(162,188,198); }
div.DivClassName
{
background-color: #A2BCC6;
}
.BgClassName
{
background-color: #A2BCC6;
}
</style>
border-color css
<style>
span { border-color: #A2BCC6; }
span { border-color: rgb(162,188,198); }
td.TdClassName
{
border-color: #A2BCC6;
}
.TagClassName
{
border-color: #A2BCC6;
}
</style>