Shades of Heather #ACC2C7
Tints of Heather #ACC2C7
RGB
CMYK
RGB Variations
Color information
#ACC2C7 (or 0xACC2C7) is known color: Heather. HEX triplet: AC, C2 and C7. RGB value is (172,194,199). Sum of RGB (Red+Green+Blue) = 172+194+199=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACC2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2C7 is #533D38. Grayscale: #BBBBBB. Windows color (decimal): -5455161 or 13091500. OLE color: 13091500.
HSL color Cylindrical-coordinate representation of color #ACC2C7: hue angle of 191.11º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC2C7 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 194 | 199 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.22 |
| HSL | 191.11º | 0.19% | 0.73% | - |
| HSV(B) | 191.11º | 0.14% | 0.78% | - |
| XYZ | 46.61 | 51.48 | 61.51 | - |
| YUV | 187.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 199 | 0.14 | 0.03 | 0 | 0.22 | 191.11 | 0.19 | 0.73 |
| Hex | AC | C2 | C7 | E | 3 | 0 | 16 | BF | 13 | 49 |
| Octal | 254 | 302 | 307 | 16 | 3 | 0 | 26 | 277 | 23 | 111 |
| Binary | 10101100 | 11000010 | 11000111 | 1110 | 11 | 0 | 10110 | 10111111 | 10011 | 1001001 |
Color Harmonies of #ACC2C7
Complementary color
Monochromatic Colors of #ACC2C7
Black with #ACC2C7
Text Example
Text Example
White with #ACC2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2C7; }
p { color: rgb(172,194,199); }
H1.HeaderClassName
{
color: #ACC2C7;
}
.AnyTagClassName
{
color: #ACC2C7;
}
</style>
background-color css
<style>
a { background-color: #ACC2C7; }
a { background-color: rgb(172,194,199); }
div.DivClassName
{
background-color: #ACC2C7;
}
.BgClassName
{
background-color: #ACC2C7;
}
</style>
border-color css
<style>
span { border-color: #ACC2C7; }
span { border-color: rgb(172,194,199); }
td.TdClassName
{
border-color: #ACC2C7;
}
.TagClassName
{
border-color: #ACC2C7;
}
</style>