Shades of Heather #ACB9C5
Tints of Heather #ACB9C5
RGB
CMYK
RGB Variations
Color information
#ACB9C5 (or 0xACB9C5) is known color: Heather. HEX triplet: AC, B9 and C5. RGB value is (172,185,197). Sum of RGB (Red+Green+Blue) = 172+185+197=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACB9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9C5 is #53463A. Grayscale: #B6B6B6. Windows color (decimal): -5457467 or 12958124. OLE color: 12958124.
HSL color Cylindrical-coordinate representation of color #ACB9C5: hue angle of 208.8º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB9C5 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 185 | 197 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.23 |
| HSL | 208.8º | 0.18% | 0.72% | - |
| HSV(B) | 208.8º | 0.13% | 0.77% | - |
| XYZ | 44.44 | 47.5 | 59.65 | - |
| YUV | 182.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 197 | 0.13 | 0.06 | 0 | 0.23 | 208.8 | 0.18 | 0.72 |
| Hex | AC | B9 | C5 | D | 6 | 0 | 17 | D1 | 12 | 48 |
| Octal | 254 | 271 | 305 | 15 | 6 | 0 | 27 | 321 | 22 | 110 |
| Binary | 10101100 | 10111001 | 11000101 | 1101 | 110 | 0 | 10111 | 11010001 | 10010 | 1001000 |
Color Harmonies of #ACB9C5
Complementary color
Monochromatic Colors of #ACB9C5
Black with #ACB9C5
Text Example
Text Example
White with #ACB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9C5; }
p { color: rgb(172,185,197); }
H1.HeaderClassName
{
color: #ACB9C5;
}
.AnyTagClassName
{
color: #ACB9C5;
}
</style>
background-color css
<style>
a { background-color: #ACB9C5; }
a { background-color: rgb(172,185,197); }
div.DivClassName
{
background-color: #ACB9C5;
}
.BgClassName
{
background-color: #ACB9C5;
}
</style>
border-color css
<style>
span { border-color: #ACB9C5; }
span { border-color: rgb(172,185,197); }
td.TdClassName
{
border-color: #ACB9C5;
}
.TagClassName
{
border-color: #ACB9C5;
}
</style>