Shades of Heather #ACB9C1
Tints of Heather #ACB9C1
RGB
CMYK
RGB Variations
Color information
#ACB9C1 (or 0xACB9C1) is known color: Heather. HEX triplet: AC, B9 and C1. RGB value is (172,185,193). Sum of RGB (Red+Green+Blue) = 172+185+193=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACB9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9C1 is #53463E. Grayscale: #B5B5B5. Windows color (decimal): -5457471 or 12695980. OLE color: 12695980.
HSL color Cylindrical-coordinate representation of color #ACB9C1: hue angle of 202.86º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB9C1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 185 | 193 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.24 |
| HSL | 202.86º | 0.14% | 0.72% | - |
| HSV(B) | 202.86º | 0.11% | 0.76% | - |
| XYZ | 43.99 | 47.32 | 57.27 | - |
| YUV | 182.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 193 | 0.11 | 0.04 | 0 | 0.24 | 202.86 | 0.14 | 0.72 |
| Hex | AC | B9 | C1 | B | 4 | 0 | 18 | CB | E | 48 |
| Octal | 254 | 271 | 301 | 13 | 4 | 0 | 30 | 313 | 16 | 110 |
| Binary | 10101100 | 10111001 | 11000001 | 1011 | 100 | 0 | 11000 | 11001011 | 1110 | 1001000 |
Color Harmonies of #ACB9C1
Complementary color
Monochromatic Colors of #ACB9C1
Black with #ACB9C1
Text Example
Text Example
White with #ACB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9C1; }
p { color: rgb(172,185,193); }
H1.HeaderClassName
{
color: #ACB9C1;
}
.AnyTagClassName
{
color: #ACB9C1;
}
</style>
background-color css
<style>
a { background-color: #ACB9C1; }
a { background-color: rgb(172,185,193); }
div.DivClassName
{
background-color: #ACB9C1;
}
.BgClassName
{
background-color: #ACB9C1;
}
</style>
border-color css
<style>
span { border-color: #ACB9C1; }
span { border-color: rgb(172,185,193); }
td.TdClassName
{
border-color: #ACB9C1;
}
.TagClassName
{
border-color: #ACB9C1;
}
</style>