Shades of Heather #ACBDC9
Tints of Heather #ACBDC9
RGB
CMYK
RGB Variations
Color information
#ACBDC9 (or 0xACBDC9) is known color: Heather. HEX triplet: AC, BD and C9. RGB value is (172,189,201). Sum of RGB (Red+Green+Blue) = 172+189+201=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC9 is #534236. Grayscale: #B9B9B9. Windows color (decimal): -5456439 or 13221292. OLE color: 13221292.
HSL color Cylindrical-coordinate representation of color #ACBDC9: hue angle of 204.83º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBDC9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 172 | 189 | 201 | - |
CMYK | 0.14 | 0.06 | 0 | 0.21 |
HSL | 204.83º | 0.21% | 0.73% | - |
HSV(B) | 204.83º | 0.14% | 0.79% | - |
XYZ | 45.75 | 49.38 | 62.38 | - |
YUV | 185.29 | 136.87 | 118.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 201 | 0.14 | 0.06 | 0 | 0.21 | 204.83 | 0.21 | 0.73 |
Hex | AC | BD | C9 | E | 6 | 0 | 15 | CD | 15 | 49 |
Octal | 254 | 275 | 311 | 16 | 6 | 0 | 25 | 315 | 25 | 111 |
Binary | 10101100 | 10111101 | 11001001 | 1110 | 110 | 0 | 10101 | 11001101 | 10101 | 1001001 |
Color Harmonies of #ACBDC9
Complementary color
Monochromatic Colors of #ACBDC9
Black with #ACBDC9
Text Example
Text Example
White with #ACBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDC9; }
p { color: rgb(172,189,201); }
H1.HeaderClassName
{
color: #ACBDC9;
}
.AnyTagClassName
{
color: #ACBDC9;
}
</style>
background-color css
<style>
a { background-color: #ACBDC9; }
a { background-color: rgb(172,189,201); }
div.DivClassName
{
background-color: #ACBDC9;
}
.BgClassName
{
background-color: #ACBDC9;
}
</style>
border-color css
<style>
span { border-color: #ACBDC9; }
span { border-color: rgb(172,189,201); }
td.TdClassName
{
border-color: #ACBDC9;
}
.TagClassName
{
border-color: #ACBDC9;
}
</style>