Shades of Heather #ACC0CC
Tints of Heather #ACC0CC
RGB
CMYK
RGB Variations
Color information
#ACC0CC (or 0xACC0CC) is known color: Heather. HEX triplet: AC, C0 and CC. RGB value is (172,192,204). Sum of RGB (Red+Green+Blue) = 172+192+204=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CC is #533F33. Grayscale: #BBBBBB. Windows color (decimal): -5455668 or 13418668. OLE color: 13418668.
HSL color Cylindrical-coordinate representation of color #ACC0CC: hue angle of 202.5º degrees, saturation: 0.24, 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 #ACC0CC is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 192 | 204 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.2 |
| HSL | 202.5º | 0.24% | 0.74% | - |
| HSV(B) | 202.5º | 0.16% | 0.8% | - |
| XYZ | 46.76 | 50.83 | 64.47 | - |
| YUV | 187.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 204 | 0.16 | 0.06 | 0 | 0.2 | 202.5 | 0.24 | 0.74 |
| Hex | AC | C0 | CC | 10 | 6 | 0 | 14 | CA | 18 | 4A |
| Octal | 254 | 300 | 314 | 20 | 6 | 0 | 24 | 312 | 30 | 112 |
| Binary | 10101100 | 11000000 | 11001100 | 10000 | 110 | 0 | 10100 | 11001010 | 11000 | 1001010 |
Color Harmonies of #ACC0CC
Complementary color
Monochromatic Colors of #ACC0CC
Black with #ACC0CC
Text Example
Text Example
White with #ACC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0CC; }
p { color: rgb(172,192,204); }
H1.HeaderClassName
{
color: #ACC0CC;
}
.AnyTagClassName
{
color: #ACC0CC;
}
</style>
background-color css
<style>
a { background-color: #ACC0CC; }
a { background-color: rgb(172,192,204); }
div.DivClassName
{
background-color: #ACC0CC;
}
.BgClassName
{
background-color: #ACC0CC;
}
</style>
border-color css
<style>
span { border-color: #ACC0CC; }
span { border-color: rgb(172,192,204); }
td.TdClassName
{
border-color: #ACC0CC;
}
.TagClassName
{
border-color: #ACC0CC;
}
</style>