Shades of Heather #ABB7C0
Tints of Heather #ABB7C0
RGB
CMYK
RGB Variations
Color information
#ABB7C0 (or 0xABB7C0) is known color: Heather. HEX triplet: AB, B7 and C0. RGB value is (171,183,192). Sum of RGB (Red+Green+Blue) = 171+183+192=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABB7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7C0 is #54483F. Grayscale: #B4B4B4. Windows color (decimal): -5523520 or 12629931. OLE color: 12629931.
HSL color Cylindrical-coordinate representation of color #ABB7C0: hue angle of 205.71º 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 #ABB7C0 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 183 | 192 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.25 |
| HSL | 205.71º | 0.14% | 0.71% | - |
| HSV(B) | 205.71º | 0.11% | 0.75% | - |
| XYZ | 43.24 | 46.33 | 56.53 | - |
| YUV | 180.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 192 | 0.11 | 0.05 | 0 | 0.25 | 205.71 | 0.14 | 0.71 |
| Hex | AB | B7 | C0 | B | 5 | 0 | 19 | CE | E | 47 |
| Octal | 253 | 267 | 300 | 13 | 5 | 0 | 31 | 316 | 16 | 107 |
| Binary | 10101011 | 10110111 | 11000000 | 1011 | 101 | 0 | 11001 | 11001110 | 1110 | 1000111 |
Color Harmonies of #ABB7C0
Complementary color
Monochromatic Colors of #ABB7C0
Black with #ABB7C0
Text Example
Text Example
White with #ABB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7C0; }
p { color: rgb(171,183,192); }
H1.HeaderClassName
{
color: #ABB7C0;
}
.AnyTagClassName
{
color: #ABB7C0;
}
</style>
background-color css
<style>
a { background-color: #ABB7C0; }
a { background-color: rgb(171,183,192); }
div.DivClassName
{
background-color: #ABB7C0;
}
.BgClassName
{
background-color: #ABB7C0;
}
</style>
border-color css
<style>
span { border-color: #ABB7C0; }
span { border-color: rgb(171,183,192); }
td.TdClassName
{
border-color: #ABB7C0;
}
.TagClassName
{
border-color: #ABB7C0;
}
</style>