Shades of Heather #ABBFC4
Tints of Heather #ABBFC4
RGB
CMYK
RGB Variations
Color information
#ABBFC4 (or 0xABBFC4) is known color: Heather. HEX triplet: AB, BF and C4. RGB value is (171,191,196). Sum of RGB (Red+Green+Blue) = 171+191+196=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFC4 is #54403B. Grayscale: #B9B9B9. Windows color (decimal): -5521468 or 12894123. OLE color: 12894123.
HSL color Cylindrical-coordinate representation of color #ABBFC4: hue angle of 192º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABBFC4 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 191 | 196 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.23 |
| HSL | 192º | 0.17% | 0.72% | - |
| HSV(B) | 192º | 0.13% | 0.77% | - |
| XYZ | 45.39 | 49.91 | 59.46 | - |
| YUV | 185.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 196 | 0.13 | 0.03 | 0 | 0.23 | 192 | 0.17 | 0.72 |
| Hex | AB | BF | C4 | D | 3 | 0 | 17 | C0 | 11 | 48 |
| Octal | 253 | 277 | 304 | 15 | 3 | 0 | 27 | 300 | 21 | 110 |
| Binary | 10101011 | 10111111 | 11000100 | 1101 | 11 | 0 | 10111 | 11000000 | 10001 | 1001000 |
Color Harmonies of #ABBFC4
Complementary color
Monochromatic Colors of #ABBFC4
Black with #ABBFC4
Text Example
Text Example
White with #ABBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFC4; }
p { color: rgb(171,191,196); }
H1.HeaderClassName
{
color: #ABBFC4;
}
.AnyTagClassName
{
color: #ABBFC4;
}
</style>
background-color css
<style>
a { background-color: #ABBFC4; }
a { background-color: rgb(171,191,196); }
div.DivClassName
{
background-color: #ABBFC4;
}
.BgClassName
{
background-color: #ABBFC4;
}
</style>
border-color css
<style>
span { border-color: #ABBFC4; }
span { border-color: rgb(171,191,196); }
td.TdClassName
{
border-color: #ABBFC4;
}
.TagClassName
{
border-color: #ABBFC4;
}
</style>