Shades of Fringy Flower #ACE7BC
Tints of Fringy Flower #ACE7BC
RGB
CMYK
RGB Variations
Color information
#ACE7BC (or 0xACE7BC) is known color: Fringy Flower. HEX triplet: AC, E7 and BC. RGB value is (172,231,188). Sum of RGB (Red+Green+Blue) = 172+231+188=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7BC is #531843. Grayscale: #D0D0D0. Windows color (decimal): -5445700 or 12380076. OLE color: 12380076.
HSL color Cylindrical-coordinate representation of color #ACE7BC: hue angle of 136.27º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7BC is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 188 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.09 |
| HSL | 136.27º | 0.55% | 0.79% | - |
| HSV(B) | 136.27º | 0.26% | 0.91% | - |
| XYZ | 54.67 | 69.55 | 58.12 | - |
| YUV | 208.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 188 | 0.26 | 0 | 0.19 | 0.09 | 136.27 | 0.55 | 0.79 |
| Hex | AC | E7 | BC | 1A | 0 | 13 | 9 | 88 | 37 | 4F |
| Octal | 254 | 347 | 274 | 32 | 0 | 23 | 11 | 210 | 67 | 117 |
| Binary | 10101100 | 11100111 | 10111100 | 11010 | 0 | 10011 | 1001 | 10001000 | 110111 | 1001111 |
Color Harmonies of #ACE7BC
Complementary color
Monochromatic Colors of #ACE7BC
Black with #ACE7BC
Text Example
Text Example
White with #ACE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7BC; }
p { color: rgb(172,231,188); }
H1.HeaderClassName
{
color: #ACE7BC;
}
.AnyTagClassName
{
color: #ACE7BC;
}
</style>
background-color css
<style>
a { background-color: #ACE7BC; }
a { background-color: rgb(172,231,188); }
div.DivClassName
{
background-color: #ACE7BC;
}
.BgClassName
{
background-color: #ACE7BC;
}
</style>
border-color css
<style>
span { border-color: #ACE7BC; }
span { border-color: rgb(172,231,188); }
td.TdClassName
{
border-color: #ACE7BC;
}
.TagClassName
{
border-color: #ACE7BC;
}
</style>