Shades of Heather #ABBBC2
Tints of Heather #ABBBC2
RGB
CMYK
RGB Variations
Color information
#ABBBC2 (or 0xABBBC2) is known color: Heather. HEX triplet: AB, BB and C2. RGB value is (171,187,194). Sum of RGB (Red+Green+Blue) = 171+187+194=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBC2 is #54443D. Grayscale: #B6B6B6. Windows color (decimal): -5522494 or 12762027. OLE color: 12762027.
HSL color Cylindrical-coordinate representation of color #ABBBC2: hue angle of 198.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBBC2 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 171 | 187 | 194 | - |
CMYK | 0.12 | 0.04 | 0 | 0.24 |
HSL | 198.26º | 0.16% | 0.72% | - |
HSV(B) | 198.26º | 0.12% | 0.76% | - |
XYZ | 44.3 | 48.09 | 57.99 | - |
YUV | 183.01 | 134.2 | 119.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 187 | 194 | 0.12 | 0.04 | 0 | 0.24 | 198.26 | 0.16 | 0.72 |
Hex | AB | BB | C2 | C | 4 | 0 | 18 | C6 | 10 | 48 |
Octal | 253 | 273 | 302 | 14 | 4 | 0 | 30 | 306 | 20 | 110 |
Binary | 10101011 | 10111011 | 11000010 | 1100 | 100 | 0 | 11000 | 11000110 | 10000 | 1001000 |
Color Harmonies of #ABBBC2
Complementary color
Monochromatic Colors of #ABBBC2
Black with #ABBBC2
Text Example
Text Example
White with #ABBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBC2; }
p { color: rgb(171,187,194); }
H1.HeaderClassName
{
color: #ABBBC2;
}
.AnyTagClassName
{
color: #ABBBC2;
}
</style>
background-color css
<style>
a { background-color: #ABBBC2; }
a { background-color: rgb(171,187,194); }
div.DivClassName
{
background-color: #ABBBC2;
}
.BgClassName
{
background-color: #ABBBC2;
}
</style>
border-color css
<style>
span { border-color: #ABBBC2; }
span { border-color: rgb(171,187,194); }
td.TdClassName
{
border-color: #ABBBC2;
}
.TagClassName
{
border-color: #ABBBC2;
}
</style>