Shades of Heather #ABC2CB
Tints of Heather #ABC2CB
RGB
CMYK
RGB Variations
Color information
#ABC2CB (or 0xABC2CB) is known color: Heather. HEX triplet: AB, C2 and CB. RGB value is (171,194,203). Sum of RGB (Red+Green+Blue) = 171+194+203=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2CB is #543D34. Grayscale: #BCBCBC. Windows color (decimal): -5520693 or 13353643. OLE color: 13353643.
HSL color Cylindrical-coordinate representation of color #ABC2CB: hue angle of 196.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC2CB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 194 | 203 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.20 |
| HSL | 196.88º | 0.24% | 0.73% | - |
| HSV(B) | 196.88º | 0.16% | 0.8% | - |
| XYZ | 46.87 | 51.55 | 63.98 | - |
| YUV | 188.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 203 | 0.16 | 0.04 | 0 | 0.20 | 196.88 | 0.24 | 0.73 |
| Hex | AB | C2 | CB | 10 | 4 | 0 | 14 | C5 | 18 | 49 |
| Octal | 253 | 302 | 313 | 20 | 4 | 0 | 24 | 305 | 30 | 111 |
| Binary | 10101011 | 11000010 | 11001011 | 10000 | 100 | 0 | 10100 | 11000101 | 11000 | 1001001 |
Color Harmonies of #ABC2CB
Complementary color
Monochromatic Colors of #ABC2CB
Black with #ABC2CB
Text Example
Text Example
White with #ABC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2CB; }
p { color: rgb(171,194,203); }
H1.HeaderClassName
{
color: #ABC2CB;
}
.AnyTagClassName
{
color: #ABC2CB;
}
</style>
background-color css
<style>
a { background-color: #ABC2CB; }
a { background-color: rgb(171,194,203); }
div.DivClassName
{
background-color: #ABC2CB;
}
.BgClassName
{
background-color: #ABC2CB;
}
</style>
border-color css
<style>
span { border-color: #ABC2CB; }
span { border-color: rgb(171,194,203); }
td.TdClassName
{
border-color: #ABC2CB;
}
.TagClassName
{
border-color: #ABC2CB;
}
</style>