Shades of Heather #ACC0CD
Tints of Heather #ACC0CD
RGB
CMYK
RGB Variations
Color information
#ACC0CD (or 0xACC0CD) is known color: Heather. HEX triplet: AC, C0 and CD. RGB value is (172,192,205). Sum of RGB (Red+Green+Blue) = 172+192+205=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CD is #533F32. Grayscale: #BBBBBB. Windows color (decimal): -5455667 or 13484204. OLE color: 13484204.
HSL color Cylindrical-coordinate representation of color #ACC0CD: hue angle of 203.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC0CD is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 192 | 205 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.20 |
| HSL | 203.64º | 0.25% | 0.74% | - |
| HSV(B) | 203.64º | 0.16% | 0.8% | - |
| XYZ | 46.88 | 50.88 | 65.11 | - |
| YUV | 187.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 205 | 0.16 | 0.06 | 0 | 0.20 | 203.64 | 0.25 | 0.74 |
| Hex | AC | C0 | CD | 10 | 6 | 0 | 14 | CC | 19 | 4A |
| Octal | 254 | 300 | 315 | 20 | 6 | 0 | 24 | 314 | 31 | 112 |
| Binary | 10101100 | 11000000 | 11001101 | 10000 | 110 | 0 | 10100 | 11001100 | 11001 | 1001010 |
Color Harmonies of #ACC0CD
Complementary color
Monochromatic Colors of #ACC0CD
Black with #ACC0CD
Text Example
Text Example
White with #ACC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0CD; }
p { color: rgb(172,192,205); }
H1.HeaderClassName
{
color: #ACC0CD;
}
.AnyTagClassName
{
color: #ACC0CD;
}
</style>
background-color css
<style>
a { background-color: #ACC0CD; }
a { background-color: rgb(172,192,205); }
div.DivClassName
{
background-color: #ACC0CD;
}
.BgClassName
{
background-color: #ACC0CD;
}
</style>
border-color css
<style>
span { border-color: #ACC0CD; }
span { border-color: rgb(172,192,205); }
td.TdClassName
{
border-color: #ACC0CD;
}
.TagClassName
{
border-color: #ACC0CD;
}
</style>