Shades of Heather #ACC0C5
Tints of Heather #ACC0C5
RGB
CMYK
RGB Variations
Color information
#ACC0C5 (or 0xACC0C5) is known color: Heather. HEX triplet: AC, C0 and C5. RGB value is (172,192,197). Sum of RGB (Red+Green+Blue) = 172+192+197=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACC0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0C5 is #533F3A. Grayscale: #BABABA. Windows color (decimal): -5455675 or 12959916. OLE color: 12959916.
HSL color Cylindrical-coordinate representation of color #ACC0C5: hue angle of 192º 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 #ACC0C5 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 192 | 197 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.23 |
| HSL | 192º | 0.18% | 0.72% | - |
| HSV(B) | 192º | 0.13% | 0.77% | - |
| XYZ | 45.94 | 50.5 | 60.15 | - |
| YUV | 186.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 197 | 0.13 | 0.03 | 0 | 0.23 | 192 | 0.18 | 0.72 |
| Hex | AC | C0 | C5 | D | 3 | 0 | 17 | C0 | 12 | 48 |
| Octal | 254 | 300 | 305 | 15 | 3 | 0 | 27 | 300 | 22 | 110 |
| Binary | 10101100 | 11000000 | 11000101 | 1101 | 11 | 0 | 10111 | 11000000 | 10010 | 1001000 |
Color Harmonies of #ACC0C5
Complementary color
Monochromatic Colors of #ACC0C5
Black with #ACC0C5
Text Example
Text Example
White with #ACC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0C5; }
p { color: rgb(172,192,197); }
H1.HeaderClassName
{
color: #ACC0C5;
}
.AnyTagClassName
{
color: #ACC0C5;
}
</style>
background-color css
<style>
a { background-color: #ACC0C5; }
a { background-color: rgb(172,192,197); }
div.DivClassName
{
background-color: #ACC0C5;
}
.BgClassName
{
background-color: #ACC0C5;
}
</style>
border-color css
<style>
span { border-color: #ACC0C5; }
span { border-color: rgb(172,192,197); }
td.TdClassName
{
border-color: #ACC0C5;
}
.TagClassName
{
border-color: #ACC0C5;
}
</style>