Shades of Heather #ABBDC4
Tints of Heather #ABBDC4
RGB
CMYK
RGB Variations
Color information
#ABBDC4 (or 0xABBDC4) is known color: Heather. HEX triplet: AB, BD and C4. RGB value is (171,189,196). Sum of RGB (Red+Green+Blue) = 171+189+196=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABBDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC4 is #54423B. Grayscale: #B8B8B8. Windows color (decimal): -5521980 or 12893611. OLE color: 12893611.
HSL color Cylindrical-coordinate representation of color #ABBDC4: hue angle of 196.8º 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 #ABBDC4 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 189 | 196 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.23 |
| HSL | 196.8º | 0.17% | 0.72% | - |
| HSV(B) | 196.8º | 0.13% | 0.77% | - |
| XYZ | 44.96 | 49.04 | 59.32 | - |
| YUV | 184.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 196 | 0.13 | 0.04 | 0 | 0.23 | 196.8 | 0.17 | 0.72 |
| Hex | AB | BD | C4 | D | 4 | 0 | 17 | C5 | 11 | 48 |
| Octal | 253 | 275 | 304 | 15 | 4 | 0 | 27 | 305 | 21 | 110 |
| Binary | 10101011 | 10111101 | 11000100 | 1101 | 100 | 0 | 10111 | 11000101 | 10001 | 1001000 |
Color Harmonies of #ABBDC4
Complementary color
Monochromatic Colors of #ABBDC4
Black with #ABBDC4
Text Example
Text Example
White with #ABBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDC4; }
p { color: rgb(171,189,196); }
H1.HeaderClassName
{
color: #ABBDC4;
}
.AnyTagClassName
{
color: #ABBDC4;
}
</style>
background-color css
<style>
a { background-color: #ABBDC4; }
a { background-color: rgb(171,189,196); }
div.DivClassName
{
background-color: #ABBDC4;
}
.BgClassName
{
background-color: #ABBDC4;
}
</style>
border-color css
<style>
span { border-color: #ABBDC4; }
span { border-color: rgb(171,189,196); }
td.TdClassName
{
border-color: #ABBDC4;
}
.TagClassName
{
border-color: #ABBDC4;
}
</style>