Shades of Heather #ABBECC
Tints of Heather #ABBECC
RGB
CMYK
RGB Variations
Color information
#ABBECC (or 0xABBECC) is known color: Heather. HEX triplet: AB, BE and CC. RGB value is (171,190,204). Sum of RGB (Red+Green+Blue) = 171+190+204=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBECC is #544133. Grayscale: #B9B9B9. Windows color (decimal): -5521716 or 13418155. OLE color: 13418155.
HSL color Cylindrical-coordinate representation of color #ABBECC: hue angle of 205.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBECC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 190 | 204 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.2 |
| HSL | 205.45º | 0.24% | 0.74% | - |
| HSV(B) | 205.45º | 0.16% | 0.8% | - |
| XYZ | 46.11 | 49.84 | 64.32 | - |
| YUV | 185.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 204 | 0.16 | 0.07 | 0 | 0.2 | 205.45 | 0.24 | 0.74 |
| Hex | AB | BE | CC | 10 | 7 | 0 | 14 | CD | 18 | 4A |
| Octal | 253 | 276 | 314 | 20 | 7 | 0 | 24 | 315 | 30 | 112 |
| Binary | 10101011 | 10111110 | 11001100 | 10000 | 111 | 0 | 10100 | 11001101 | 11000 | 1001010 |
Color Harmonies of #ABBECC
Complementary color
Monochromatic Colors of #ABBECC
Black with #ABBECC
Text Example
Text Example
White with #ABBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBECC; }
p { color: rgb(171,190,204); }
H1.HeaderClassName
{
color: #ABBECC;
}
.AnyTagClassName
{
color: #ABBECC;
}
</style>
background-color css
<style>
a { background-color: #ABBECC; }
a { background-color: rgb(171,190,204); }
div.DivClassName
{
background-color: #ABBECC;
}
.BgClassName
{
background-color: #ABBECC;
}
</style>
border-color css
<style>
span { border-color: #ABBECC; }
span { border-color: rgb(171,190,204); }
td.TdClassName
{
border-color: #ABBECC;
}
.TagClassName
{
border-color: #ABBECC;
}
</style>