Shades of Heather #ACB2B8
Tints of Heather #ACB2B8
RGB
CMYK
RGB Variations
Color information
#ACB2B8 (or 0xACB2B8) is known color: Heather. HEX triplet: AC, B2 and B8. RGB value is (172,178,184). Sum of RGB (Red+Green+Blue) = 172+178+184=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 184 - color contains mainly: blue. Hex color #ACB2B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2B8 is #534D47. Grayscale: #B0B0B0. Windows color (decimal): -5459272 or 12104364. OLE color: 12104364.
HSL color Cylindrical-coordinate representation of color #ACB2B8: hue angle of 210º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB2B8 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 178 | 184 | - |
CMYK | 0.07 | 0.03 | 0 | 0.28 |
HSL | 210º | 0.08% | 0.7% | - |
HSV(B) | 210º | 0.07% | 0.72% | - |
XYZ | 41.59 | 44.07 | 51.66 | - |
YUV | 176.89 | 132.01 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 178 | 184 | 0.07 | 0.03 | 0 | 0.28 | 210 | 0.08 | 0.7 |
Hex | AC | B2 | B8 | 7 | 3 | 0 | 1C | D2 | 8 | 46 |
Octal | 254 | 262 | 270 | 7 | 3 | 0 | 34 | 322 | 10 | 106 |
Binary | 10101100 | 10110010 | 10111000 | 111 | 11 | 0 | 11100 | 11010010 | 1000 | 1000110 |
Color Harmonies of #ACB2B8
Complementary color
Monochromatic Colors of #ACB2B8
Black with #ACB2B8
Text Example
Text Example
White with #ACB2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2B8; }
p { color: rgb(172,178,184); }
H1.HeaderClassName
{
color: #ACB2B8;
}
.AnyTagClassName
{
color: #ACB2B8;
}
</style>
background-color css
<style>
a { background-color: #ACB2B8; }
a { background-color: rgb(172,178,184); }
div.DivClassName
{
background-color: #ACB2B8;
}
.BgClassName
{
background-color: #ACB2B8;
}
</style>
border-color css
<style>
span { border-color: #ACB2B8; }
span { border-color: rgb(172,178,184); }
td.TdClassName
{
border-color: #ACB2B8;
}
.TagClassName
{
border-color: #ACB2B8;
}
</style>