Shades of Heather #ABC2CA
Tints of Heather #ABC2CA
RGB
CMYK
RGB Variations
Color information
#ABC2CA (or 0xABC2CA) is known color: Heather. HEX triplet: AB, C2 and CA. RGB value is (171,194,202). Sum of RGB (Red+Green+Blue) = 171+194+202=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2CA is #543D35. Grayscale: #BBBBBB. Windows color (decimal): -5520694 or 13288107. OLE color: 13288107.
HSL color Cylindrical-coordinate representation of color #ABC2CA: hue angle of 195.48º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC2CA is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 194 | 202 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.21 |
| HSL | 195.48º | 0.23% | 0.73% | - |
| HSV(B) | 195.48º | 0.15% | 0.79% | - |
| XYZ | 46.75 | 51.51 | 63.35 | - |
| YUV | 188.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 202 | 0.15 | 0.04 | 0 | 0.21 | 195.48 | 0.23 | 0.73 |
| Hex | AB | C2 | CA | F | 4 | 0 | 15 | C3 | 17 | 49 |
| Octal | 253 | 302 | 312 | 17 | 4 | 0 | 25 | 303 | 27 | 111 |
| Binary | 10101011 | 11000010 | 11001010 | 1111 | 100 | 0 | 10101 | 11000011 | 10111 | 1001001 |
Color Harmonies of #ABC2CA
Complementary color
Monochromatic Colors of #ABC2CA
Black with #ABC2CA
Text Example
Text Example
White with #ABC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2CA; }
p { color: rgb(171,194,202); }
H1.HeaderClassName
{
color: #ABC2CA;
}
.AnyTagClassName
{
color: #ABC2CA;
}
</style>
background-color css
<style>
a { background-color: #ABC2CA; }
a { background-color: rgb(171,194,202); }
div.DivClassName
{
background-color: #ABC2CA;
}
.BgClassName
{
background-color: #ABC2CA;
}
</style>
border-color css
<style>
span { border-color: #ABC2CA; }
span { border-color: rgb(171,194,202); }
td.TdClassName
{
border-color: #ABC2CA;
}
.TagClassName
{
border-color: #ABC2CA;
}
</style>