Shades of Heather #ABB7C2
Tints of Heather #ABB7C2
RGB
CMYK
RGB Variations
Color information
#ABB7C2 (or 0xABB7C2) is known color: Heather. HEX triplet: AB, B7 and C2. RGB value is (171,183,194). Sum of RGB (Red+Green+Blue) = 171+183+194=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABB7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7C2 is #54483D. Grayscale: #B4B4B4. Windows color (decimal): -5523518 or 12761003. OLE color: 12761003.
HSL color Cylindrical-coordinate representation of color #ABB7C2: hue angle of 208.7º 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 #ABB7C2 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 183 | 194 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.24 |
| HSL | 208.7º | 0.16% | 0.72% | - |
| HSV(B) | 208.7º | 0.12% | 0.76% | - |
| XYZ | 43.47 | 46.42 | 57.71 | - |
| YUV | 180.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 194 | 0.12 | 0.06 | 0 | 0.24 | 208.7 | 0.16 | 0.72 |
| Hex | AB | B7 | C2 | C | 6 | 0 | 18 | D1 | 10 | 48 |
| Octal | 253 | 267 | 302 | 14 | 6 | 0 | 30 | 321 | 20 | 110 |
| Binary | 10101011 | 10110111 | 11000010 | 1100 | 110 | 0 | 11000 | 11010001 | 10000 | 1001000 |
Color Harmonies of #ABB7C2
Complementary color
Monochromatic Colors of #ABB7C2
Black with #ABB7C2
Text Example
Text Example
White with #ABB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7C2; }
p { color: rgb(171,183,194); }
H1.HeaderClassName
{
color: #ABB7C2;
}
.AnyTagClassName
{
color: #ABB7C2;
}
</style>
background-color css
<style>
a { background-color: #ABB7C2; }
a { background-color: rgb(171,183,194); }
div.DivClassName
{
background-color: #ABB7C2;
}
.BgClassName
{
background-color: #ABB7C2;
}
</style>
border-color css
<style>
span { border-color: #ABB7C2; }
span { border-color: rgb(171,183,194); }
td.TdClassName
{
border-color: #ABB7C2;
}
.TagClassName
{
border-color: #ABB7C2;
}
</style>