Shades of Heather #ABB9C1
Tints of Heather #ABB9C1
RGB
CMYK
RGB Variations
Color information
#ABB9C1 (or 0xABB9C1) is known color: Heather. HEX triplet: AB, B9 and C1. RGB value is (171,185,193). Sum of RGB (Red+Green+Blue) = 171+185+193=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABB9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9C1 is #54463E. Grayscale: #B5B5B5. Windows color (decimal): -5523007 or 12695979. OLE color: 12695979.
HSL color Cylindrical-coordinate representation of color #ABB9C1: hue angle of 201.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB9C1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 185 | 193 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.24 |
| HSL | 201.82º | 0.15% | 0.71% | - |
| HSV(B) | 201.82º | 0.11% | 0.76% | - |
| XYZ | 43.77 | 47.21 | 57.26 | - |
| YUV | 181.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 193 | 0.11 | 0.04 | 0 | 0.24 | 201.82 | 0.15 | 0.71 |
| Hex | AB | B9 | C1 | B | 4 | 0 | 18 | CA | F | 47 |
| Octal | 253 | 271 | 301 | 13 | 4 | 0 | 30 | 312 | 17 | 107 |
| Binary | 10101011 | 10111001 | 11000001 | 1011 | 100 | 0 | 11000 | 11001010 | 1111 | 1000111 |
Color Harmonies of #ABB9C1
Complementary color
Monochromatic Colors of #ABB9C1
Black with #ABB9C1
Text Example
Text Example
White with #ABB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB9C1; }
p { color: rgb(171,185,193); }
H1.HeaderClassName
{
color: #ABB9C1;
}
.AnyTagClassName
{
color: #ABB9C1;
}
</style>
background-color css
<style>
a { background-color: #ABB9C1; }
a { background-color: rgb(171,185,193); }
div.DivClassName
{
background-color: #ABB9C1;
}
.BgClassName
{
background-color: #ABB9C1;
}
</style>
border-color css
<style>
span { border-color: #ABB9C1; }
span { border-color: rgb(171,185,193); }
td.TdClassName
{
border-color: #ABB9C1;
}
.TagClassName
{
border-color: #ABB9C1;
}
</style>