Shades of Heather #ACBBC2
Tints of Heather #ACBBC2
RGB
CMYK
RGB Variations
Color information
#ACBBC2 (or 0xACBBC2) is known color: Heather. HEX triplet: AC, BB and C2. RGB value is (172,187,194). Sum of RGB (Red+Green+Blue) = 172+187+194=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBC2 is #53443D. Grayscale: #B7B7B7. Windows color (decimal): -5456958 or 12762028. OLE color: 12762028.
HSL color Cylindrical-coordinate representation of color #ACBBC2: hue angle of 199.09º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACBBC2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 187 | 194 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.24 |
| HSL | 199.09º | 0.15% | 0.72% | - |
| HSV(B) | 199.09º | 0.11% | 0.76% | - |
| XYZ | 44.52 | 48.21 | 58 | - |
| YUV | 183.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 194 | 0.11 | 0.04 | 0 | 0.24 | 199.09 | 0.15 | 0.72 |
| Hex | AC | BB | C2 | B | 4 | 0 | 18 | C7 | F | 48 |
| Octal | 254 | 273 | 302 | 13 | 4 | 0 | 30 | 307 | 17 | 110 |
| Binary | 10101100 | 10111011 | 11000010 | 1011 | 100 | 0 | 11000 | 11000111 | 1111 | 1001000 |
Color Harmonies of #ACBBC2
Complementary color
Monochromatic Colors of #ACBBC2
Black with #ACBBC2
Text Example
Text Example
White with #ACBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBC2; }
p { color: rgb(172,187,194); }
H1.HeaderClassName
{
color: #ACBBC2;
}
.AnyTagClassName
{
color: #ACBBC2;
}
</style>
background-color css
<style>
a { background-color: #ACBBC2; }
a { background-color: rgb(172,187,194); }
div.DivClassName
{
background-color: #ACBBC2;
}
.BgClassName
{
background-color: #ACBBC2;
}
</style>
border-color css
<style>
span { border-color: #ACBBC2; }
span { border-color: rgb(172,187,194); }
td.TdClassName
{
border-color: #ACBBC2;
}
.TagClassName
{
border-color: #ACBBC2;
}
</style>