Shades of Heather #ACB8C5
Tints of Heather #ACB8C5
RGB
CMYK
RGB Variations
Color information
#ACB8C5 (or 0xACB8C5) is known color: Heather. HEX triplet: AC, B8 and C5. RGB value is (172,184,197). Sum of RGB (Red+Green+Blue) = 172+184+197=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACB8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8C5 is #53473A. Grayscale: #B5B5B5. Windows color (decimal): -5457723 or 12957868. OLE color: 12957868.
HSL color Cylindrical-coordinate representation of color #ACB8C5: hue angle of 211.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB8C5 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 172 | 184 | 197 | - |
CMYK | 0.13 | 0.07 | 0 | 0.23 |
HSL | 211.2º | 0.18% | 0.72% | - |
HSV(B) | 211.2º | 0.13% | 0.77% | - |
XYZ | 44.23 | 47.08 | 59.58 | - |
YUV | 181.89 | 136.52 | 120.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 184 | 197 | 0.13 | 0.07 | 0 | 0.23 | 211.2 | 0.18 | 0.72 |
Hex | AC | B8 | C5 | D | 7 | 0 | 17 | D3 | 12 | 48 |
Octal | 254 | 270 | 305 | 15 | 7 | 0 | 27 | 323 | 22 | 110 |
Binary | 10101100 | 10111000 | 11000101 | 1101 | 111 | 0 | 10111 | 11010011 | 10010 | 1001000 |
Color Harmonies of #ACB8C5
Complementary color
Monochromatic Colors of #ACB8C5
Black with #ACB8C5
Text Example
Text Example
White with #ACB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8C5; }
p { color: rgb(172,184,197); }
H1.HeaderClassName
{
color: #ACB8C5;
}
.AnyTagClassName
{
color: #ACB8C5;
}
</style>
background-color css
<style>
a { background-color: #ACB8C5; }
a { background-color: rgb(172,184,197); }
div.DivClassName
{
background-color: #ACB8C5;
}
.BgClassName
{
background-color: #ACB8C5;
}
</style>
border-color css
<style>
span { border-color: #ACB8C5; }
span { border-color: rgb(172,184,197); }
td.TdClassName
{
border-color: #ACB8C5;
}
.TagClassName
{
border-color: #ACB8C5;
}
</style>