Shades of Heather #ACB2B7
Tints of Heather #ACB2B7
RGB
CMYK
RGB Variations
Color information
#ACB2B7 (or 0xACB2B7) is known color: Heather. HEX triplet: AC, B2 and B7. RGB value is (172,178,183). Sum of RGB (Red+Green+Blue) = 172+178+183=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 183 - color contains mainly: blue. Hex color #ACB2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2B7 is #534D48. Grayscale: #B0B0B0. Windows color (decimal): -5459273 or 12038828. OLE color: 12038828.
HSL color Cylindrical-coordinate representation of color #ACB2B7: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB2B7 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 178 | 183 | - |
CMYK | 0.06 | 0.03 | 0 | 0.28 |
HSL | 207.27º | 0.07% | 0.7% | - |
HSV(B) | 207.27º | 0.06% | 0.72% | - |
XYZ | 41.48 | 44.03 | 51.11 | - |
YUV | 176.78 | 131.51 | 124.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 178 | 183 | 0.06 | 0.03 | 0 | 0.28 | 207.27 | 0.07 | 0.7 |
Hex | AC | B2 | B7 | 6 | 3 | 0 | 1C | CF | 7 | 46 |
Octal | 254 | 262 | 267 | 6 | 3 | 0 | 34 | 317 | 7 | 106 |
Binary | 10101100 | 10110010 | 10110111 | 110 | 11 | 0 | 11100 | 11001111 | 111 | 1000110 |
Color Harmonies of #ACB2B7
Complementary color
Monochromatic Colors of #ACB2B7
Black with #ACB2B7
Text Example
Text Example
White with #ACB2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2B7; }
p { color: rgb(172,178,183); }
H1.HeaderClassName
{
color: #ACB2B7;
}
.AnyTagClassName
{
color: #ACB2B7;
}
</style>
background-color css
<style>
a { background-color: #ACB2B7; }
a { background-color: rgb(172,178,183); }
div.DivClassName
{
background-color: #ACB2B7;
}
.BgClassName
{
background-color: #ACB2B7;
}
</style>
border-color css
<style>
span { border-color: #ACB2B7; }
span { border-color: rgb(172,178,183); }
td.TdClassName
{
border-color: #ACB2B7;
}
.TagClassName
{
border-color: #ACB2B7;
}
</style>