Shades of Fringy Flower #ACE2BC
Tints of Fringy Flower #ACE2BC
RGB
CMYK
RGB Variations
Color information
#ACE2BC (or 0xACE2BC) is known color: Fringy Flower. HEX triplet: AC, E2 and BC. RGB value is (172,226,188). Sum of RGB (Red+Green+Blue) = 172+226+188=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2BC is #531D43. Grayscale: #CDCDCD. Windows color (decimal): -5446980 or 12378796. OLE color: 12378796.
HSL color Cylindrical-coordinate representation of color #ACE2BC: hue angle of 137.78º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2BC is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 188 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.11 |
| HSL | 137.78º | 0.48% | 0.78% | - |
| HSV(B) | 137.78º | 0.24% | 0.89% | - |
| XYZ | 53.29 | 66.79 | 57.66 | - |
| YUV | 205.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 188 | 0.24 | 0 | 0.17 | 0.11 | 137.78 | 0.48 | 0.78 |
| Hex | AC | E2 | BC | 18 | 0 | 11 | B | 8A | 30 | 4E |
| Octal | 254 | 342 | 274 | 30 | 0 | 21 | 13 | 212 | 60 | 116 |
| Binary | 10101100 | 11100010 | 10111100 | 11000 | 0 | 10001 | 1011 | 10001010 | 110000 | 1001110 |
Color Harmonies of #ACE2BC
Complementary color
Monochromatic Colors of #ACE2BC
Black with #ACE2BC
Text Example
Text Example
White with #ACE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2BC; }
p { color: rgb(172,226,188); }
H1.HeaderClassName
{
color: #ACE2BC;
}
.AnyTagClassName
{
color: #ACE2BC;
}
</style>
background-color css
<style>
a { background-color: #ACE2BC; }
a { background-color: rgb(172,226,188); }
div.DivClassName
{
background-color: #ACE2BC;
}
.BgClassName
{
background-color: #ACE2BC;
}
</style>
border-color css
<style>
span { border-color: #ACE2BC; }
span { border-color: rgb(172,226,188); }
td.TdClassName
{
border-color: #ACE2BC;
}
.TagClassName
{
border-color: #ACE2BC;
}
</style>