Shades of Heather #ABC1CA
Tints of Heather #ABC1CA
RGB
CMYK
RGB Variations
Color information
#ABC1CA (or 0xABC1CA) is known color: Heather. HEX triplet: AB, C1 and CA. RGB value is (171,193,202). Sum of RGB (Red+Green+Blue) = 171+193+202=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1CA is #543E35. Grayscale: #BBBBBB. Windows color (decimal): -5520950 or 13287851. OLE color: 13287851.
HSL color Cylindrical-coordinate representation of color #ABC1CA: hue angle of 197.42º 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 #ABC1CA is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 193 | 202 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.21 |
| HSL | 197.42º | 0.23% | 0.73% | - |
| HSV(B) | 197.42º | 0.15% | 0.79% | - |
| XYZ | 46.53 | 51.06 | 63.28 | - |
| YUV | 187.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 202 | 0.15 | 0.04 | 0 | 0.21 | 197.42 | 0.23 | 0.73 |
| Hex | AB | C1 | CA | F | 4 | 0 | 15 | C5 | 17 | 49 |
| Octal | 253 | 301 | 312 | 17 | 4 | 0 | 25 | 305 | 27 | 111 |
| Binary | 10101011 | 11000001 | 11001010 | 1111 | 100 | 0 | 10101 | 11000101 | 10111 | 1001001 |
Color Harmonies of #ABC1CA
Complementary color
Monochromatic Colors of #ABC1CA
Black with #ABC1CA
Text Example
Text Example
White with #ABC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1CA; }
p { color: rgb(171,193,202); }
H1.HeaderClassName
{
color: #ABC1CA;
}
.AnyTagClassName
{
color: #ABC1CA;
}
</style>
background-color css
<style>
a { background-color: #ABC1CA; }
a { background-color: rgb(171,193,202); }
div.DivClassName
{
background-color: #ABC1CA;
}
.BgClassName
{
background-color: #ABC1CA;
}
</style>
border-color css
<style>
span { border-color: #ABC1CA; }
span { border-color: rgb(171,193,202); }
td.TdClassName
{
border-color: #ABC1CA;
}
.TagClassName
{
border-color: #ABC1CA;
}
</style>