Shades of Heather #ACBDC2
Tints of Heather #ACBDC2
RGB
CMYK
RGB Variations
Color information
#ACBDC2 (or 0xACBDC2) is known color: Heather. HEX triplet: AC, BD and C2. RGB value is (172,189,194). Sum of RGB (Red+Green+Blue) = 172+189+194=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC2 is #53423D. Grayscale: #B8B8B8. Windows color (decimal): -5456446 or 12762540. OLE color: 12762540.
HSL color Cylindrical-coordinate representation of color #ACBDC2: hue angle of 193.64º 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 #ACBDC2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 189 | 194 | - |
CMYK | 0.11 | 0.03 | 0 | 0.24 |
HSL | 193.64º | 0.15% | 0.72% | - |
HSV(B) | 193.64º | 0.11% | 0.76% | - |
XYZ | 44.95 | 49.06 | 58.14 | - |
YUV | 184.49 | 133.37 | 119.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 194 | 0.11 | 0.03 | 0 | 0.24 | 193.64 | 0.15 | 0.72 |
Hex | AC | BD | C2 | B | 3 | 0 | 18 | C2 | F | 48 |
Octal | 254 | 275 | 302 | 13 | 3 | 0 | 30 | 302 | 17 | 110 |
Binary | 10101100 | 10111101 | 11000010 | 1011 | 11 | 0 | 11000 | 11000010 | 1111 | 1001000 |
Color Harmonies of #ACBDC2
Complementary color
Monochromatic Colors of #ACBDC2
Black with #ACBDC2
Text Example
Text Example
White with #ACBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDC2; }
p { color: rgb(172,189,194); }
H1.HeaderClassName
{
color: #ACBDC2;
}
.AnyTagClassName
{
color: #ACBDC2;
}
</style>
background-color css
<style>
a { background-color: #ACBDC2; }
a { background-color: rgb(172,189,194); }
div.DivClassName
{
background-color: #ACBDC2;
}
.BgClassName
{
background-color: #ACBDC2;
}
</style>
border-color css
<style>
span { border-color: #ACBDC2; }
span { border-color: rgb(172,189,194); }
td.TdClassName
{
border-color: #ACBDC2;
}
.TagClassName
{
border-color: #ACBDC2;
}
</style>