Shades of Heather #ACBDC3
Tints of Heather #ACBDC3
RGB
CMYK
RGB Variations
Color information
#ACBDC3 (or 0xACBDC3) is known color: Heather. HEX triplet: AC, BD and C3. RGB value is (172,189,195). Sum of RGB (Red+Green+Blue) = 172+189+195=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC3 is #53423C. Grayscale: #B8B8B8. Windows color (decimal): -5456445 or 12828076. OLE color: 12828076.
HSL color Cylindrical-coordinate representation of color #ACBDC3: hue angle of 195.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBDC3 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 189 | 195 | - |
CMYK | 0.12 | 0.03 | 0 | 0.24 |
HSL | 195.65º | 0.16% | 0.72% | - |
HSV(B) | 195.65º | 0.12% | 0.76% | - |
XYZ | 45.06 | 49.11 | 58.73 | - |
YUV | 184.6 | 133.87 | 119.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 195 | 0.12 | 0.03 | 0 | 0.24 | 195.65 | 0.16 | 0.72 |
Hex | AC | BD | C3 | C | 3 | 0 | 18 | C4 | 10 | 48 |
Octal | 254 | 275 | 303 | 14 | 3 | 0 | 30 | 304 | 20 | 110 |
Binary | 10101100 | 10111101 | 11000011 | 1100 | 11 | 0 | 11000 | 11000100 | 10000 | 1001000 |
Color Harmonies of #ACBDC3
Complementary color
Monochromatic Colors of #ACBDC3
Black with #ACBDC3
Text Example
Text Example
White with #ACBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDC3; }
p { color: rgb(172,189,195); }
H1.HeaderClassName
{
color: #ACBDC3;
}
.AnyTagClassName
{
color: #ACBDC3;
}
</style>
background-color css
<style>
a { background-color: #ACBDC3; }
a { background-color: rgb(172,189,195); }
div.DivClassName
{
background-color: #ACBDC3;
}
.BgClassName
{
background-color: #ACBDC3;
}
</style>
border-color css
<style>
span { border-color: #ACBDC3; }
span { border-color: rgb(172,189,195); }
td.TdClassName
{
border-color: #ACBDC3;
}
.TagClassName
{
border-color: #ACBDC3;
}
</style>