Shades of Heather #ABC4CF
Tints of Heather #ABC4CF
RGB
CMYK
RGB Variations
Color information
#ABC4CF (or 0xABC4CF) is known color: Heather. HEX triplet: AB, C4 and CF. RGB value is (171,196,207). Sum of RGB (Red+Green+Blue) = 171+196+207=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4CF is #543B30. Grayscale: #BDBDBD. Windows color (decimal): -5520177 or 13616299. OLE color: 13616299.
HSL color Cylindrical-coordinate representation of color #ABC4CF: hue angle of 198.33º degrees, saturation: 0.27, 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 #ABC4CF is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 196 | 207 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.19 |
| HSL | 198.33º | 0.27% | 0.74% | - |
| HSV(B) | 198.33º | 0.17% | 0.81% | - |
| XYZ | 47.8 | 52.64 | 66.67 | - |
| YUV | 189.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 207 | 0.17 | 0.05 | 0 | 0.19 | 198.33 | 0.27 | 0.74 |
| Hex | AB | C4 | CF | 11 | 5 | 0 | 13 | C6 | 1B | 4A |
| Octal | 253 | 304 | 317 | 21 | 5 | 0 | 23 | 306 | 33 | 112 |
| Binary | 10101011 | 11000100 | 11001111 | 10001 | 101 | 0 | 10011 | 11000110 | 11011 | 1001010 |
Color Harmonies of #ABC4CF
Complementary color
Monochromatic Colors of #ABC4CF
Black with #ABC4CF
Text Example
Text Example
White with #ABC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4CF; }
p { color: rgb(171,196,207); }
H1.HeaderClassName
{
color: #ABC4CF;
}
.AnyTagClassName
{
color: #ABC4CF;
}
</style>
background-color css
<style>
a { background-color: #ABC4CF; }
a { background-color: rgb(171,196,207); }
div.DivClassName
{
background-color: #ABC4CF;
}
.BgClassName
{
background-color: #ABC4CF;
}
</style>
border-color css
<style>
span { border-color: #ABC4CF; }
span { border-color: rgb(171,196,207); }
td.TdClassName
{
border-color: #ABC4CF;
}
.TagClassName
{
border-color: #ABC4CF;
}
</style>