Shades of Heather #ABBBC1
Tints of Heather #ABBBC1
RGB
CMYK
RGB Variations
Color information
#ABBBC1 (or 0xABBBC1) is known color: Heather. HEX triplet: AB, BB and C1. RGB value is (171,187,193). Sum of RGB (Red+Green+Blue) = 171+187+193=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBC1 is #54443E. Grayscale: #B6B6B6. Windows color (decimal): -5522495 or 12696491. OLE color: 12696491.
HSL color Cylindrical-coordinate representation of color #ABBBC1: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBBC1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 187 | 193 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.24 |
| HSL | 196.36º | 0.15% | 0.71% | - |
| HSV(B) | 196.36º | 0.11% | 0.76% | - |
| XYZ | 44.19 | 48.05 | 57.4 | - |
| YUV | 182.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 193 | 0.11 | 0.03 | 0 | 0.24 | 196.36 | 0.15 | 0.71 |
| Hex | AB | BB | C1 | B | 3 | 0 | 18 | C4 | F | 47 |
| Octal | 253 | 273 | 301 | 13 | 3 | 0 | 30 | 304 | 17 | 107 |
| Binary | 10101011 | 10111011 | 11000001 | 1011 | 11 | 0 | 11000 | 11000100 | 1111 | 1000111 |
Color Harmonies of #ABBBC1
Complementary color
Monochromatic Colors of #ABBBC1
Black with #ABBBC1
Text Example
Text Example
White with #ABBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBC1; }
p { color: rgb(171,187,193); }
H1.HeaderClassName
{
color: #ABBBC1;
}
.AnyTagClassName
{
color: #ABBBC1;
}
</style>
background-color css
<style>
a { background-color: #ABBBC1; }
a { background-color: rgb(171,187,193); }
div.DivClassName
{
background-color: #ABBBC1;
}
.BgClassName
{
background-color: #ABBBC1;
}
</style>
border-color css
<style>
span { border-color: #ABBBC1; }
span { border-color: rgb(171,187,193); }
td.TdClassName
{
border-color: #ABBBC1;
}
.TagClassName
{
border-color: #ABBBC1;
}
</style>