Shades of Heather #ACB9C4
Tints of Heather #ACB9C4
RGB
CMYK
RGB Variations
Color information
#ACB9C4 (or 0xACB9C4) is known color: Heather. HEX triplet: AC, B9 and C4. RGB value is (172,185,196). Sum of RGB (Red+Green+Blue) = 172+185+196=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACB9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9C4 is #53463B. Grayscale: #B6B6B6. Windows color (decimal): -5457468 or 12892588. OLE color: 12892588.
HSL color Cylindrical-coordinate representation of color #ACB9C4: hue angle of 207.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB9C4 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 185 | 196 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.23 |
| HSL | 207.5º | 0.17% | 0.72% | - |
| HSV(B) | 207.5º | 0.12% | 0.77% | - |
| XYZ | 44.33 | 47.45 | 59.05 | - |
| YUV | 182.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 196 | 0.12 | 0.06 | 0 | 0.23 | 207.5 | 0.17 | 0.72 |
| Hex | AC | B9 | C4 | C | 6 | 0 | 17 | D0 | 11 | 48 |
| Octal | 254 | 271 | 304 | 14 | 6 | 0 | 27 | 320 | 21 | 110 |
| Binary | 10101100 | 10111001 | 11000100 | 1100 | 110 | 0 | 10111 | 11010000 | 10001 | 1001000 |
Color Harmonies of #ACB9C4
Complementary color
Monochromatic Colors of #ACB9C4
Black with #ACB9C4
Text Example
Text Example
White with #ACB9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9C4; }
p { color: rgb(172,185,196); }
H1.HeaderClassName
{
color: #ACB9C4;
}
.AnyTagClassName
{
color: #ACB9C4;
}
</style>
background-color css
<style>
a { background-color: #ACB9C4; }
a { background-color: rgb(172,185,196); }
div.DivClassName
{
background-color: #ACB9C4;
}
.BgClassName
{
background-color: #ACB9C4;
}
</style>
border-color css
<style>
span { border-color: #ACB9C4; }
span { border-color: rgb(172,185,196); }
td.TdClassName
{
border-color: #ACB9C4;
}
.TagClassName
{
border-color: #ACB9C4;
}
</style>