Shades of Heather #ACB7C2
Tints of Heather #ACB7C2
RGB
CMYK
RGB Variations
Color information
#ACB7C2 (or 0xACB7C2) is known color: Heather. HEX triplet: AC, B7 and C2. RGB value is (172,183,194). Sum of RGB (Red+Green+Blue) = 172+183+194=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACB7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7C2 is #53483D. Grayscale: #B4B4B4. Windows color (decimal): -5457982 or 12761004. OLE color: 12761004.
HSL color Cylindrical-coordinate representation of color #ACB7C2: hue angle of 210º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB7C2 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 183 | 194 | - |
CMYK | 0.11 | 0.06 | 0 | 0.24 |
HSL | 210º | 0.15% | 0.72% | - |
HSV(B) | 210º | 0.11% | 0.76% | - |
XYZ | 43.68 | 46.53 | 57.72 | - |
YUV | 180.97 | 135.36 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 194 | 0.11 | 0.06 | 0 | 0.24 | 210 | 0.15 | 0.72 |
Hex | AC | B7 | C2 | B | 6 | 0 | 18 | D2 | F | 48 |
Octal | 254 | 267 | 302 | 13 | 6 | 0 | 30 | 322 | 17 | 110 |
Binary | 10101100 | 10110111 | 11000010 | 1011 | 110 | 0 | 11000 | 11010010 | 1111 | 1001000 |
Color Harmonies of #ACB7C2
Complementary color
Monochromatic Colors of #ACB7C2
Black with #ACB7C2
Text Example
Text Example
White with #ACB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7C2; }
p { color: rgb(172,183,194); }
H1.HeaderClassName
{
color: #ACB7C2;
}
.AnyTagClassName
{
color: #ACB7C2;
}
</style>
background-color css
<style>
a { background-color: #ACB7C2; }
a { background-color: rgb(172,183,194); }
div.DivClassName
{
background-color: #ACB7C2;
}
.BgClassName
{
background-color: #ACB7C2;
}
</style>
border-color css
<style>
span { border-color: #ACB7C2; }
span { border-color: rgb(172,183,194); }
td.TdClassName
{
border-color: #ACB7C2;
}
.TagClassName
{
border-color: #ACB7C2;
}
</style>