Shades of Heather #ABC0CA
Tints of Heather #ABC0CA
RGB
CMYK
RGB Variations
Color information
#ABC0CA (or 0xABC0CA) is known color: Heather. HEX triplet: AB, C0 and CA. RGB value is (171,192,202). Sum of RGB (Red+Green+Blue) = 171+192+202=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0CA is #543F35. Grayscale: #BABABA. Windows color (decimal): -5521206 or 13287595. OLE color: 13287595.
HSL color Cylindrical-coordinate representation of color #ABC0CA: hue angle of 199.35º 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 #ABC0CA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 192 | 202 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.21 |
| HSL | 199.35º | 0.23% | 0.73% | - |
| HSV(B) | 199.35º | 0.15% | 0.79% | - |
| XYZ | 46.3 | 50.62 | 63.21 | - |
| YUV | 186.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 202 | 0.15 | 0.05 | 0 | 0.21 | 199.35 | 0.23 | 0.73 |
| Hex | AB | C0 | CA | F | 5 | 0 | 15 | C7 | 17 | 49 |
| Octal | 253 | 300 | 312 | 17 | 5 | 0 | 25 | 307 | 27 | 111 |
| Binary | 10101011 | 11000000 | 11001010 | 1111 | 101 | 0 | 10101 | 11000111 | 10111 | 1001001 |
Color Harmonies of #ABC0CA
Complementary color
Monochromatic Colors of #ABC0CA
Black with #ABC0CA
Text Example
Text Example
White with #ABC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0CA; }
p { color: rgb(171,192,202); }
H1.HeaderClassName
{
color: #ABC0CA;
}
.AnyTagClassName
{
color: #ABC0CA;
}
</style>
background-color css
<style>
a { background-color: #ABC0CA; }
a { background-color: rgb(171,192,202); }
div.DivClassName
{
background-color: #ABC0CA;
}
.BgClassName
{
background-color: #ABC0CA;
}
</style>
border-color css
<style>
span { border-color: #ABC0CA; }
span { border-color: rgb(171,192,202); }
td.TdClassName
{
border-color: #ABC0CA;
}
.TagClassName
{
border-color: #ABC0CA;
}
</style>