Shades of Heather #ACC2C8
Tints of Heather #ACC2C8
RGB
CMYK
RGB Variations
Color information
#ACC2C8 (or 0xACC2C8) is known color: Heather. HEX triplet: AC, C2 and C8. RGB value is (172,194,200). Sum of RGB (Red+Green+Blue) = 172+194+200=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 200 - color contains mainly: blue. Hex color #ACC2C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2C8 is #533D37. Grayscale: #BCBCBC. Windows color (decimal): -5455160 or 13157036. OLE color: 13157036.
HSL color Cylindrical-coordinate representation of color #ACC2C8: hue angle of 192.86º degrees, saturation: 0.2, 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 #ACC2C8 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 194 | 200 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.22 |
| HSL | 192.86º | 0.2% | 0.73% | - |
| HSV(B) | 192.86º | 0.14% | 0.78% | - |
| XYZ | 46.73 | 51.52 | 62.13 | - |
| YUV | 188.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 200 | 0.14 | 0.03 | 0 | 0.22 | 192.86 | 0.2 | 0.73 |
| Hex | AC | C2 | C8 | E | 3 | 0 | 16 | C1 | 14 | 49 |
| Octal | 254 | 302 | 310 | 16 | 3 | 0 | 26 | 301 | 24 | 111 |
| Binary | 10101100 | 11000010 | 11001000 | 1110 | 11 | 0 | 10110 | 11000001 | 10100 | 1001001 |
Color Harmonies of #ACC2C8
Complementary color
Monochromatic Colors of #ACC2C8
Black with #ACC2C8
Text Example
Text Example
White with #ACC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2C8; }
p { color: rgb(172,194,200); }
H1.HeaderClassName
{
color: #ACC2C8;
}
.AnyTagClassName
{
color: #ACC2C8;
}
</style>
background-color css
<style>
a { background-color: #ACC2C8; }
a { background-color: rgb(172,194,200); }
div.DivClassName
{
background-color: #ACC2C8;
}
.BgClassName
{
background-color: #ACC2C8;
}
</style>
border-color css
<style>
span { border-color: #ACC2C8; }
span { border-color: rgb(172,194,200); }
td.TdClassName
{
border-color: #ACC2C8;
}
.TagClassName
{
border-color: #ACC2C8;
}
</style>