Shades of Heather #ABB9C0
Tints of Heather #ABB9C0
RGB
CMYK
RGB Variations
Color information
#ABB9C0 (or 0xABB9C0) is known color: Heather. HEX triplet: AB, B9 and C0. RGB value is (171,185,192). Sum of RGB (Red+Green+Blue) = 171+185+192=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABB9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9C0 is #54463F. Grayscale: #B5B5B5. Windows color (decimal): -5523008 or 12630443. OLE color: 12630443.
HSL color Cylindrical-coordinate representation of color #ABB9C0: hue angle of 200º 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 #ABB9C0 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 171 | 185 | 192 | - |
CMYK | 0.11 | 0.04 | 0 | 0.25 |
HSL | 200º | 0.14% | 0.71% | - |
HSV(B) | 200º | 0.11% | 0.75% | - |
XYZ | 43.66 | 47.16 | 56.67 | - |
YUV | 181.61 | 133.86 | 120.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 185 | 192 | 0.11 | 0.04 | 0 | 0.25 | 200 | 0.14 | 0.71 |
Hex | AB | B9 | C0 | B | 4 | 0 | 19 | C8 | E | 47 |
Octal | 253 | 271 | 300 | 13 | 4 | 0 | 31 | 310 | 16 | 107 |
Binary | 10101011 | 10111001 | 11000000 | 1011 | 100 | 0 | 11001 | 11001000 | 1110 | 1000111 |
Color Harmonies of #ABB9C0
Complementary color
Monochromatic Colors of #ABB9C0
Black with #ABB9C0
Text Example
Text Example
White with #ABB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB9C0; }
p { color: rgb(171,185,192); }
H1.HeaderClassName
{
color: #ABB9C0;
}
.AnyTagClassName
{
color: #ABB9C0;
}
</style>
background-color css
<style>
a { background-color: #ABB9C0; }
a { background-color: rgb(171,185,192); }
div.DivClassName
{
background-color: #ABB9C0;
}
.BgClassName
{
background-color: #ABB9C0;
}
</style>
border-color css
<style>
span { border-color: #ABB9C0; }
span { border-color: rgb(171,185,192); }
td.TdClassName
{
border-color: #ABB9C0;
}
.TagClassName
{
border-color: #ABB9C0;
}
</style>