Shades of Heather #ABC3CF
Tints of Heather #ABC3CF
RGB
CMYK
RGB Variations
Color information
#ABC3CF (or 0xABC3CF) is known color: Heather. HEX triplet: AB, C3 and CF. RGB value is (171,195,207). Sum of RGB (Red+Green+Blue) = 171+195+207=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3CF is #543C30. Grayscale: #BDBDBD. Windows color (decimal): -5520433 or 13616043. OLE color: 13616043.
HSL color Cylindrical-coordinate representation of color #ABC3CF: hue angle of 200º 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 #ABC3CF is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 195 | 207 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.19 |
| HSL | 200º | 0.27% | 0.74% | - |
| HSV(B) | 200º | 0.17% | 0.81% | - |
| XYZ | 47.57 | 52.19 | 66.6 | - |
| YUV | 189.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 207 | 0.17 | 0.06 | 0 | 0.19 | 200 | 0.27 | 0.74 |
| Hex | AB | C3 | CF | 11 | 6 | 0 | 13 | C8 | 1B | 4A |
| Octal | 253 | 303 | 317 | 21 | 6 | 0 | 23 | 310 | 33 | 112 |
| Binary | 10101011 | 11000011 | 11001111 | 10001 | 110 | 0 | 10011 | 11001000 | 11011 | 1001010 |
Color Harmonies of #ABC3CF
Complementary color
Monochromatic Colors of #ABC3CF
Black with #ABC3CF
Text Example
Text Example
White with #ABC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC3CF; }
p { color: rgb(171,195,207); }
H1.HeaderClassName
{
color: #ABC3CF;
}
.AnyTagClassName
{
color: #ABC3CF;
}
</style>
background-color css
<style>
a { background-color: #ABC3CF; }
a { background-color: rgb(171,195,207); }
div.DivClassName
{
background-color: #ABC3CF;
}
.BgClassName
{
background-color: #ABC3CF;
}
</style>
border-color css
<style>
span { border-color: #ABC3CF; }
span { border-color: rgb(171,195,207); }
td.TdClassName
{
border-color: #ABC3CF;
}
.TagClassName
{
border-color: #ABC3CF;
}
</style>