Shades of Heather #ABC0CE
Tints of Heather #ABC0CE
RGB
CMYK
RGB Variations
Color information
#ABC0CE (or 0xABC0CE) is known color: Heather. HEX triplet: AB, C0 and CE. RGB value is (171,192,206). Sum of RGB (Red+Green+Blue) = 171+192+206=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0CE is #543F31. Grayscale: #BBBBBB. Windows color (decimal): -5521202 or 13549739. OLE color: 13549739.
HSL color Cylindrical-coordinate representation of color #ABC0CE: hue angle of 204º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC0CE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 192 | 206 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.19 |
| HSL | 204º | 0.26% | 0.74% | - |
| HSV(B) | 204º | 0.17% | 0.81% | - |
| XYZ | 46.78 | 50.81 | 65.73 | - |
| YUV | 187.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 206 | 0.17 | 0.07 | 0 | 0.19 | 204 | 0.26 | 0.74 |
| Hex | AB | C0 | CE | 11 | 7 | 0 | 13 | CC | 1A | 4A |
| Octal | 253 | 300 | 316 | 21 | 7 | 0 | 23 | 314 | 32 | 112 |
| Binary | 10101011 | 11000000 | 11001110 | 10001 | 111 | 0 | 10011 | 11001100 | 11010 | 1001010 |
Color Harmonies of #ABC0CE
Complementary color
Monochromatic Colors of #ABC0CE
Black with #ABC0CE
Text Example
Text Example
White with #ABC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0CE; }
p { color: rgb(171,192,206); }
H1.HeaderClassName
{
color: #ABC0CE;
}
.AnyTagClassName
{
color: #ABC0CE;
}
</style>
background-color css
<style>
a { background-color: #ABC0CE; }
a { background-color: rgb(171,192,206); }
div.DivClassName
{
background-color: #ABC0CE;
}
.BgClassName
{
background-color: #ABC0CE;
}
</style>
border-color css
<style>
span { border-color: #ABC0CE; }
span { border-color: rgb(171,192,206); }
td.TdClassName
{
border-color: #ABC0CE;
}
.TagClassName
{
border-color: #ABC0CE;
}
</style>