Shades of Heather #ABC4CA
Tints of Heather #ABC4CA
RGB
CMYK
RGB Variations
Color information
#ABC4CA (or 0xABC4CA) is known color: Heather. HEX triplet: AB, C4 and CA. RGB value is (171,196,202). Sum of RGB (Red+Green+Blue) = 171+196+202=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4CA is #543B35. Grayscale: #BDBDBD. Windows color (decimal): -5520182 or 13288619. OLE color: 13288619.
HSL color Cylindrical-coordinate representation of color #ABC4CA: hue angle of 191.61º 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 #ABC4CA is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 196 | 202 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.21 |
| HSL | 191.61º | 0.23% | 0.73% | - |
| HSV(B) | 191.61º | 0.15% | 0.79% | - |
| XYZ | 47.2 | 52.4 | 63.5 | - |
| YUV | 189.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 202 | 0.15 | 0.03 | 0 | 0.21 | 191.61 | 0.23 | 0.73 |
| Hex | AB | C4 | CA | F | 3 | 0 | 15 | C0 | 17 | 49 |
| Octal | 253 | 304 | 312 | 17 | 3 | 0 | 25 | 300 | 27 | 111 |
| Binary | 10101011 | 11000100 | 11001010 | 1111 | 11 | 0 | 10101 | 11000000 | 10111 | 1001001 |
Color Harmonies of #ABC4CA
Complementary color
Monochromatic Colors of #ABC4CA
Black with #ABC4CA
Text Example
Text Example
White with #ABC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4CA; }
p { color: rgb(171,196,202); }
H1.HeaderClassName
{
color: #ABC4CA;
}
.AnyTagClassName
{
color: #ABC4CA;
}
</style>
background-color css
<style>
a { background-color: #ABC4CA; }
a { background-color: rgb(171,196,202); }
div.DivClassName
{
background-color: #ABC4CA;
}
.BgClassName
{
background-color: #ABC4CA;
}
</style>
border-color css
<style>
span { border-color: #ABC4CA; }
span { border-color: rgb(171,196,202); }
td.TdClassName
{
border-color: #ABC4CA;
}
.TagClassName
{
border-color: #ABC4CA;
}
</style>