Shades of Heather #ACB5BE
Tints of Heather #ACB5BE
RGB
CMYK
RGB Variations
Color information
#ACB5BE (or 0xACB5BE) is known color: Heather. HEX triplet: AC, B5 and BE. RGB value is (172,181,190). Sum of RGB (Red+Green+Blue) = 172+181+190=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5BE is #534A41. Grayscale: #B3B3B3. Windows color (decimal): -5458498 or 12498348. OLE color: 12498348.
HSL color Cylindrical-coordinate representation of color #ACB5BE: hue angle of 210º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB5BE is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 181 | 190 | - |
CMYK | 0.09 | 0.05 | 0 | 0.25 |
HSL | 210º | 0.12% | 0.71% | - |
HSV(B) | 210º | 0.09% | 0.75% | - |
XYZ | 42.83 | 45.54 | 55.25 | - |
YUV | 179.34 | 134.02 | 122.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 190 | 0.09 | 0.05 | 0 | 0.25 | 210 | 0.12 | 0.71 |
Hex | AC | B5 | BE | 9 | 5 | 0 | 19 | D2 | C | 47 |
Octal | 254 | 265 | 276 | 11 | 5 | 0 | 31 | 322 | 14 | 107 |
Binary | 10101100 | 10110101 | 10111110 | 1001 | 101 | 0 | 11001 | 11010010 | 1100 | 1000111 |
Color Harmonies of #ACB5BE
Complementary color
Monochromatic Colors of #ACB5BE
Black with #ACB5BE
Text Example
Text Example
White with #ACB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5BE; }
p { color: rgb(172,181,190); }
H1.HeaderClassName
{
color: #ACB5BE;
}
.AnyTagClassName
{
color: #ACB5BE;
}
</style>
background-color css
<style>
a { background-color: #ACB5BE; }
a { background-color: rgb(172,181,190); }
div.DivClassName
{
background-color: #ACB5BE;
}
.BgClassName
{
background-color: #ACB5BE;
}
</style>
border-color css
<style>
span { border-color: #ACB5BE; }
span { border-color: rgb(172,181,190); }
td.TdClassName
{
border-color: #ACB5BE;
}
.TagClassName
{
border-color: #ACB5BE;
}
</style>