Shades of Heather #A6C2CD
Tints of Heather #A6C2CD
RGB
CMYK
RGB Variations
Color information
#A6C2CD (or 0xA6C2CD) is known color: Heather. HEX triplet: A6, C2 and CD. RGB value is (166,194,205). Sum of RGB (Red+Green+Blue) = 166+194+205=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2CD is #593D32. Grayscale: #BABABA. Windows color (decimal): -5848371 or 13484710. OLE color: 13484710.
HSL color Cylindrical-coordinate representation of color #A6C2CD: hue angle of 196.92º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6C2CD is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 194 | 205 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.20 |
| HSL | 196.92º | 0.28% | 0.73% | - |
| HSV(B) | 196.92º | 0.19% | 0.8% | - |
| XYZ | 46.04 | 51.1 | 65.19 | - |
| YUV | 186.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 205 | 0.19 | 0.05 | 0 | 0.20 | 196.92 | 0.28 | 0.73 |
| Hex | A6 | C2 | CD | 13 | 5 | 0 | 14 | C5 | 1C | 49 |
| Octal | 246 | 302 | 315 | 23 | 5 | 0 | 24 | 305 | 34 | 111 |
| Binary | 10100110 | 11000010 | 11001101 | 10011 | 101 | 0 | 10100 | 11000101 | 11100 | 1001001 |
Color Harmonies of #A6C2CD
Complementary color
Monochromatic Colors of #A6C2CD
Black with #A6C2CD
Text Example
Text Example
White with #A6C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2CD; }
p { color: rgb(166,194,205); }
H1.HeaderClassName
{
color: #A6C2CD;
}
.AnyTagClassName
{
color: #A6C2CD;
}
</style>
background-color css
<style>
a { background-color: #A6C2CD; }
a { background-color: rgb(166,194,205); }
div.DivClassName
{
background-color: #A6C2CD;
}
.BgClassName
{
background-color: #A6C2CD;
}
</style>
border-color css
<style>
span { border-color: #A6C2CD; }
span { border-color: rgb(166,194,205); }
td.TdClassName
{
border-color: #A6C2CD;
}
.TagClassName
{
border-color: #A6C2CD;
}
</style>