Shades of Heather #A2B8C6
Tints of Heather #A2B8C6
RGB
CMYK
RGB Variations
Color information
#A2B8C6 (or 0xA2B8C6) is known color: Heather. HEX triplet: A2, B8 and C6. RGB value is (162,184,198). Sum of RGB (Red+Green+Blue) = 162+184+198=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #A2B8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B8C6 is #5D4739. Grayscale: #B2B2B2. Windows color (decimal): -6113082 or 13023394. OLE color: 13023394.
HSL color Cylindrical-coordinate representation of color #A2B8C6: hue angle of 203.33º 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 #A2B8C6 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 184 | 198 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.22 |
| HSL | 203.33º | 0.24% | 0.71% | - |
| HSV(B) | 203.33º | 0.18% | 0.78% | - |
| XYZ | 42.23 | 46.04 | 60.09 | - |
| YUV | 179.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 198 | 0.18 | 0.07 | 0 | 0.22 | 203.33 | 0.24 | 0.71 |
| Hex | A2 | B8 | C6 | 12 | 7 | 0 | 16 | CB | 18 | 47 |
| Octal | 242 | 270 | 306 | 22 | 7 | 0 | 26 | 313 | 30 | 107 |
| Binary | 10100010 | 10111000 | 11000110 | 10010 | 111 | 0 | 10110 | 11001011 | 11000 | 1000111 |
Color Harmonies of #A2B8C6
Complementary color
Monochromatic Colors of #A2B8C6
Black with #A2B8C6
Text Example
Text Example
White with #A2B8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B8C6; }
p { color: rgb(162,184,198); }
H1.HeaderClassName
{
color: #A2B8C6;
}
.AnyTagClassName
{
color: #A2B8C6;
}
</style>
background-color css
<style>
a { background-color: #A2B8C6; }
a { background-color: rgb(162,184,198); }
div.DivClassName
{
background-color: #A2B8C6;
}
.BgClassName
{
background-color: #A2B8C6;
}
</style>
border-color css
<style>
span { border-color: #A2B8C6; }
span { border-color: rgb(162,184,198); }
td.TdClassName
{
border-color: #A2B8C6;
}
.TagClassName
{
border-color: #A2B8C6;
}
</style>