Shades of Heather #ABBDC2
Tints of Heather #ABBDC2
RGB
CMYK
RGB Variations
Color information
#ABBDC2 (or 0xABBDC2) is known color: Heather. HEX triplet: AB, BD and C2. RGB value is (171,189,194). Sum of RGB (Red+Green+Blue) = 171+189+194=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC2 is #54423D. Grayscale: #B8B8B8. Windows color (decimal): -5521982 or 12762539. OLE color: 12762539.
HSL color Cylindrical-coordinate representation of color #ABBDC2: hue angle of 193.04º 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 #ABBDC2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 189 | 194 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.24 |
| HSL | 193.04º | 0.16% | 0.72% | - |
| HSV(B) | 193.04º | 0.12% | 0.76% | - |
| XYZ | 44.73 | 48.95 | 58.13 | - |
| YUV | 184.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 194 | 0.12 | 0.03 | 0 | 0.24 | 193.04 | 0.16 | 0.72 |
| Hex | AB | BD | C2 | C | 3 | 0 | 18 | C1 | 10 | 48 |
| Octal | 253 | 275 | 302 | 14 | 3 | 0 | 30 | 301 | 20 | 110 |
| Binary | 10101011 | 10111101 | 11000010 | 1100 | 11 | 0 | 11000 | 11000001 | 10000 | 1001000 |
Color Harmonies of #ABBDC2
Complementary color
Monochromatic Colors of #ABBDC2
Black with #ABBDC2
Text Example
Text Example
White with #ABBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDC2; }
p { color: rgb(171,189,194); }
H1.HeaderClassName
{
color: #ABBDC2;
}
.AnyTagClassName
{
color: #ABBDC2;
}
</style>
background-color css
<style>
a { background-color: #ABBDC2; }
a { background-color: rgb(171,189,194); }
div.DivClassName
{
background-color: #ABBDC2;
}
.BgClassName
{
background-color: #ABBDC2;
}
</style>
border-color css
<style>
span { border-color: #ABBDC2; }
span { border-color: rgb(171,189,194); }
td.TdClassName
{
border-color: #ABBDC2;
}
.TagClassName
{
border-color: #ABBDC2;
}
</style>