Shades of Heather #ACBEC2
Tints of Heather #ACBEC2
RGB
CMYK
RGB Variations
Color information
#ACBEC2 (or 0xACBEC2) is known color: Heather. HEX triplet: AC, BE and C2. RGB value is (172,190,194). Sum of RGB (Red+Green+Blue) = 172+190+194=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEC2 is #53413D. Grayscale: #B9B9B9. Windows color (decimal): -5456190 or 12762796. OLE color: 12762796.
HSL color Cylindrical-coordinate representation of color #ACBEC2: hue angle of 190.91º 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 #ACBEC2 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 190 | 194 | - |
CMYK | 0.11 | 0.02 | 0 | 0.24 |
HSL | 190.91º | 0.15% | 0.72% | - |
HSV(B) | 190.91º | 0.11% | 0.76% | - |
XYZ | 45.16 | 49.49 | 58.21 | - |
YUV | 185.07 | 133.04 | 118.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 194 | 0.11 | 0.02 | 0 | 0.24 | 190.91 | 0.15 | 0.72 |
Hex | AC | BE | C2 | B | 2 | 0 | 18 | BF | F | 48 |
Octal | 254 | 276 | 302 | 13 | 2 | 0 | 30 | 277 | 17 | 110 |
Binary | 10101100 | 10111110 | 11000010 | 1011 | 10 | 0 | 11000 | 10111111 | 1111 | 1001000 |
Color Harmonies of #ACBEC2
Complementary color
Monochromatic Colors of #ACBEC2
Black with #ACBEC2
Text Example
Text Example
White with #ACBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEC2; }
p { color: rgb(172,190,194); }
H1.HeaderClassName
{
color: #ACBEC2;
}
.AnyTagClassName
{
color: #ACBEC2;
}
</style>
background-color css
<style>
a { background-color: #ACBEC2; }
a { background-color: rgb(172,190,194); }
div.DivClassName
{
background-color: #ACBEC2;
}
.BgClassName
{
background-color: #ACBEC2;
}
</style>
border-color css
<style>
span { border-color: #ACBEC2; }
span { border-color: rgb(172,190,194); }
td.TdClassName
{
border-color: #ACBEC2;
}
.TagClassName
{
border-color: #ACBEC2;
}
</style>