Shades of Heather #ACB5BB
Tints of Heather #ACB5BB
RGB
CMYK
RGB Variations
Color information
#ACB5BB (or 0xACB5BB) is known color: Heather. HEX triplet: AC, B5 and BB. RGB value is (172,181,187). Sum of RGB (Red+Green+Blue) = 172+181+187=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5BB is #534A44. Grayscale: #B2B2B2. Windows color (decimal): -5458501 or 12301740. OLE color: 12301740.
HSL color Cylindrical-coordinate representation of color #ACB5BB: hue angle of 204º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB5BB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 181 | 187 | - |
CMYK | 0.08 | 0.03 | 0 | 0.27 |
HSL | 204º | 0.1% | 0.7% | - |
HSV(B) | 204º | 0.08% | 0.73% | - |
XYZ | 42.51 | 45.41 | 53.54 | - |
YUV | 178.99 | 132.52 | 123.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 187 | 0.08 | 0.03 | 0 | 0.27 | 204 | 0.1 | 0.7 |
Hex | AC | B5 | BB | 8 | 3 | 0 | 1B | CC | A | 46 |
Octal | 254 | 265 | 273 | 10 | 3 | 0 | 33 | 314 | 12 | 106 |
Binary | 10101100 | 10110101 | 10111011 | 1000 | 11 | 0 | 11011 | 11001100 | 1010 | 1000110 |
Color Harmonies of #ACB5BB
Complementary color
Monochromatic Colors of #ACB5BB
Black with #ACB5BB
Text Example
Text Example
White with #ACB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5BB; }
p { color: rgb(172,181,187); }
H1.HeaderClassName
{
color: #ACB5BB;
}
.AnyTagClassName
{
color: #ACB5BB;
}
</style>
background-color css
<style>
a { background-color: #ACB5BB; }
a { background-color: rgb(172,181,187); }
div.DivClassName
{
background-color: #ACB5BB;
}
.BgClassName
{
background-color: #ACB5BB;
}
</style>
border-color css
<style>
span { border-color: #ACB5BB; }
span { border-color: rgb(172,181,187); }
td.TdClassName
{
border-color: #ACB5BB;
}
.TagClassName
{
border-color: #ACB5BB;
}
</style>