Shades of Heather #ACBDC6
Tints of Heather #ACBDC6
RGB
CMYK
RGB Variations
Color information
#ACBDC6 (or 0xACBDC6) is known color: Heather. HEX triplet: AC, BD and C6. RGB value is (172,189,198). Sum of RGB (Red+Green+Blue) = 172+189+198=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACBDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC6 is #534239. Grayscale: #B8B8B8. Windows color (decimal): -5456442 or 13024684. OLE color: 13024684.
HSL color Cylindrical-coordinate representation of color #ACBDC6: hue angle of 200.77º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACBDC6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 172 | 189 | 198 | - |
CMYK | 0.13 | 0.05 | 0 | 0.22 |
HSL | 200.77º | 0.19% | 0.73% | - |
HSV(B) | 200.77º | 0.13% | 0.78% | - |
XYZ | 45.4 | 49.24 | 60.54 | - |
YUV | 184.94 | 135.37 | 118.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 198 | 0.13 | 0.05 | 0 | 0.22 | 200.77 | 0.19 | 0.73 |
Hex | AC | BD | C6 | D | 5 | 0 | 16 | C9 | 13 | 49 |
Octal | 254 | 275 | 306 | 15 | 5 | 0 | 26 | 311 | 23 | 111 |
Binary | 10101100 | 10111101 | 11000110 | 1101 | 101 | 0 | 10110 | 11001001 | 10011 | 1001001 |
Color Harmonies of #ACBDC6
Complementary color
Monochromatic Colors of #ACBDC6
Black with #ACBDC6
Text Example
Text Example
White with #ACBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDC6; }
p { color: rgb(172,189,198); }
H1.HeaderClassName
{
color: #ACBDC6;
}
.AnyTagClassName
{
color: #ACBDC6;
}
</style>
background-color css
<style>
a { background-color: #ACBDC6; }
a { background-color: rgb(172,189,198); }
div.DivClassName
{
background-color: #ACBDC6;
}
.BgClassName
{
background-color: #ACBDC6;
}
</style>
border-color css
<style>
span { border-color: #ACBDC6; }
span { border-color: rgb(172,189,198); }
td.TdClassName
{
border-color: #ACBDC6;
}
.TagClassName
{
border-color: #ACBDC6;
}
</style>