Shades of Heather #ABBAC0
Tints of Heather #ABBAC0
RGB
CMYK
RGB Variations
Color information
#ABBAC0 (or 0xABBAC0) is known color: Heather. HEX triplet: AB, BA and C0. RGB value is (171,186,192). Sum of RGB (Red+Green+Blue) = 171+186+192=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAC0 is #54453F. Grayscale: #B6B6B6. Windows color (decimal): -5522752 or 12630699. OLE color: 12630699.
HSL color Cylindrical-coordinate representation of color #ABBAC0: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBAC0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 186 | 192 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.25 |
| HSL | 197.14º | 0.14% | 0.71% | - |
| HSV(B) | 197.14º | 0.11% | 0.75% | - |
| XYZ | 43.87 | 47.58 | 56.74 | - |
| YUV | 182.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 192 | 0.11 | 0.03 | 0 | 0.25 | 197.14 | 0.14 | 0.71 |
| Hex | AB | BA | C0 | B | 3 | 0 | 19 | C5 | E | 47 |
| Octal | 253 | 272 | 300 | 13 | 3 | 0 | 31 | 305 | 16 | 107 |
| Binary | 10101011 | 10111010 | 11000000 | 1011 | 11 | 0 | 11001 | 11000101 | 1110 | 1000111 |
Color Harmonies of #ABBAC0
Complementary color
Monochromatic Colors of #ABBAC0
Black with #ABBAC0
Text Example
Text Example
White with #ABBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAC0; }
p { color: rgb(171,186,192); }
H1.HeaderClassName
{
color: #ABBAC0;
}
.AnyTagClassName
{
color: #ABBAC0;
}
</style>
background-color css
<style>
a { background-color: #ABBAC0; }
a { background-color: rgb(171,186,192); }
div.DivClassName
{
background-color: #ABBAC0;
}
.BgClassName
{
background-color: #ABBAC0;
}
</style>
border-color css
<style>
span { border-color: #ABBAC0; }
span { border-color: rgb(171,186,192); }
td.TdClassName
{
border-color: #ABBAC0;
}
.TagClassName
{
border-color: #ABBAC0;
}
</style>