Shades of Heather #ABB8C2
Tints of Heather #ABB8C2
RGB
CMYK
RGB Variations
Color information
#ABB8C2 (or 0xABB8C2) is known color: Heather. HEX triplet: AB, B8 and C2. RGB value is (171,184,194). Sum of RGB (Red+Green+Blue) = 171+184+194=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABB8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8C2 is #54473D. Grayscale: #B5B5B5. Windows color (decimal): -5523262 or 12761259. OLE color: 12761259.
HSL color Cylindrical-coordinate representation of color #ABB8C2: hue angle of 206.09º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB8C2 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 184 | 194 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.24 |
| HSL | 206.09º | 0.16% | 0.72% | - |
| HSV(B) | 206.09º | 0.12% | 0.76% | - |
| XYZ | 43.67 | 46.83 | 57.78 | - |
| YUV | 181.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 194 | 0.12 | 0.05 | 0 | 0.24 | 206.09 | 0.16 | 0.72 |
| Hex | AB | B8 | C2 | C | 5 | 0 | 18 | CE | 10 | 48 |
| Octal | 253 | 270 | 302 | 14 | 5 | 0 | 30 | 316 | 20 | 110 |
| Binary | 10101011 | 10111000 | 11000010 | 1100 | 101 | 0 | 11000 | 11001110 | 10000 | 1001000 |
Color Harmonies of #ABB8C2
Complementary color
Monochromatic Colors of #ABB8C2
Black with #ABB8C2
Text Example
Text Example
White with #ABB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8C2; }
p { color: rgb(171,184,194); }
H1.HeaderClassName
{
color: #ABB8C2;
}
.AnyTagClassName
{
color: #ABB8C2;
}
</style>
background-color css
<style>
a { background-color: #ABB8C2; }
a { background-color: rgb(171,184,194); }
div.DivClassName
{
background-color: #ABB8C2;
}
.BgClassName
{
background-color: #ABB8C2;
}
</style>
border-color css
<style>
span { border-color: #ABB8C2; }
span { border-color: rgb(171,184,194); }
td.TdClassName
{
border-color: #ABB8C2;
}
.TagClassName
{
border-color: #ABB8C2;
}
</style>