Shades of Heather #ACB6BC
Tints of Heather #ACB6BC
RGB
CMYK
RGB Variations
Color information
#ACB6BC (or 0xACB6BC) is known color: Heather. HEX triplet: AC, B6 and BC. RGB value is (172,182,188). Sum of RGB (Red+Green+Blue) = 172+182+188=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6BC is #534943. Grayscale: #B3B3B3. Windows color (decimal): -5458244 or 12367532. OLE color: 12367532.
HSL color Cylindrical-coordinate representation of color #ACB6BC: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB6BC is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 182 | 188 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.26 |
| HSL | 202.5º | 0.11% | 0.71% | - |
| HSV(B) | 202.5º | 0.09% | 0.74% | - |
| XYZ | 42.82 | 45.86 | 54.17 | - |
| YUV | 179.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 188 | 0.09 | 0.03 | 0 | 0.26 | 202.5 | 0.11 | 0.71 |
| Hex | AC | B6 | BC | 9 | 3 | 0 | 1A | CA | B | 47 |
| Octal | 254 | 266 | 274 | 11 | 3 | 0 | 32 | 312 | 13 | 107 |
| Binary | 10101100 | 10110110 | 10111100 | 1001 | 11 | 0 | 11010 | 11001010 | 1011 | 1000111 |
Color Harmonies of #ACB6BC
Complementary color
Monochromatic Colors of #ACB6BC
Black with #ACB6BC
Text Example
Text Example
White with #ACB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6BC; }
p { color: rgb(172,182,188); }
H1.HeaderClassName
{
color: #ACB6BC;
}
.AnyTagClassName
{
color: #ACB6BC;
}
</style>
background-color css
<style>
a { background-color: #ACB6BC; }
a { background-color: rgb(172,182,188); }
div.DivClassName
{
background-color: #ACB6BC;
}
.BgClassName
{
background-color: #ACB6BC;
}
</style>
border-color css
<style>
span { border-color: #ACB6BC; }
span { border-color: rgb(172,182,188); }
td.TdClassName
{
border-color: #ACB6BC;
}
.TagClassName
{
border-color: #ACB6BC;
}
</style>