Shades of Heather #A2C0CD
Tints of Heather #A2C0CD
RGB
CMYK
RGB Variations
Color information
#A2C0CD (or 0xA2C0CD) is known color: Heather. HEX triplet: A2, C0 and CD. RGB value is (162,192,205). Sum of RGB (Red+Green+Blue) = 162+192+205=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C0CD is #5D3F32. Grayscale: #B8B8B8. Windows color (decimal): -6111027 or 13484194. OLE color: 13484194.
HSL color Cylindrical-coordinate representation of color #A2C0CD: hue angle of 198.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2C0CD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 192 | 205 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.20 |
| HSL | 198.14º | 0.3% | 0.72% | - |
| HSV(B) | 198.14º | 0.21% | 0.8% | - |
| XYZ | 44.77 | 49.79 | 65.01 | - |
| YUV | 184.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 205 | 0.21 | 0.06 | 0 | 0.20 | 198.14 | 0.3 | 0.72 |
| Hex | A2 | C0 | CD | 15 | 6 | 0 | 14 | C6 | 1E | 48 |
| Octal | 242 | 300 | 315 | 25 | 6 | 0 | 24 | 306 | 36 | 110 |
| Binary | 10100010 | 11000000 | 11001101 | 10101 | 110 | 0 | 10100 | 11000110 | 11110 | 1001000 |
Color Harmonies of #A2C0CD
Complementary color
Monochromatic Colors of #A2C0CD
Black with #A2C0CD
Text Example
Text Example
White with #A2C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0CD; }
p { color: rgb(162,192,205); }
H1.HeaderClassName
{
color: #A2C0CD;
}
.AnyTagClassName
{
color: #A2C0CD;
}
</style>
background-color css
<style>
a { background-color: #A2C0CD; }
a { background-color: rgb(162,192,205); }
div.DivClassName
{
background-color: #A2C0CD;
}
.BgClassName
{
background-color: #A2C0CD;
}
</style>
border-color css
<style>
span { border-color: #A2C0CD; }
span { border-color: rgb(162,192,205); }
td.TdClassName
{
border-color: #A2C0CD;
}
.TagClassName
{
border-color: #A2C0CD;
}
</style>