Shades of Heather #ABBABF
Tints of Heather #ABBABF
RGB
CMYK
RGB Variations
Color information
#ABBABF (or 0xABBABF) is known color: Heather. HEX triplet: AB, BA and BF. RGB value is (171,186,191). Sum of RGB (Red+Green+Blue) = 171+186+191=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABF is #544540. Grayscale: #B6B6B6. Windows color (decimal): -5522753 or 12565163. OLE color: 12565163.
HSL color Cylindrical-coordinate representation of color #ABBABF: hue angle of 195º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBABF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 186 | 191 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.25 |
| HSL | 195º | 0.14% | 0.71% | - |
| HSV(B) | 195º | 0.1% | 0.75% | - |
| XYZ | 43.76 | 47.54 | 56.16 | - |
| YUV | 182.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 191 | 0.10 | 0.03 | 0 | 0.25 | 195 | 0.14 | 0.71 |
| Hex | AB | BA | BF | A | 3 | 0 | 19 | C3 | E | 47 |
| Octal | 253 | 272 | 277 | 12 | 3 | 0 | 31 | 303 | 16 | 107 |
| Binary | 10101011 | 10111010 | 10111111 | 1010 | 11 | 0 | 11001 | 11000011 | 1110 | 1000111 |
Color Harmonies of #ABBABF
Complementary color
Monochromatic Colors of #ABBABF
Black with #ABBABF
Text Example
Text Example
White with #ABBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBABF; }
p { color: rgb(171,186,191); }
H1.HeaderClassName
{
color: #ABBABF;
}
.AnyTagClassName
{
color: #ABBABF;
}
</style>
background-color css
<style>
a { background-color: #ABBABF; }
a { background-color: rgb(171,186,191); }
div.DivClassName
{
background-color: #ABBABF;
}
.BgClassName
{
background-color: #ABBABF;
}
</style>
border-color css
<style>
span { border-color: #ABBABF; }
span { border-color: rgb(171,186,191); }
td.TdClassName
{
border-color: #ABBABF;
}
.TagClassName
{
border-color: #ABBABF;
}
</style>