Shades of Fringy Flower #ACE4BC
Tints of Fringy Flower #ACE4BC
RGB
CMYK
RGB Variations
Color information
#ACE4BC (or 0xACE4BC) is known color: Fringy Flower. HEX triplet: AC, E4 and BC. RGB value is (172,228,188). Sum of RGB (Red+Green+Blue) = 172+228+188=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4BC is #531B43. Grayscale: #CECECE. Windows color (decimal): -5446468 or 12379308. OLE color: 12379308.
HSL color Cylindrical-coordinate representation of color #ACE4BC: hue angle of 137.14º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4BC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 188 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.11 |
| HSL | 137.14º | 0.51% | 0.78% | - |
| HSV(B) | 137.14º | 0.25% | 0.89% | - |
| XYZ | 53.83 | 67.89 | 57.84 | - |
| YUV | 206.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 188 | 0.25 | 0 | 0.18 | 0.11 | 137.14 | 0.51 | 0.78 |
| Hex | AC | E4 | BC | 19 | 0 | 12 | B | 89 | 33 | 4E |
| Octal | 254 | 344 | 274 | 31 | 0 | 22 | 13 | 211 | 63 | 116 |
| Binary | 10101100 | 11100100 | 10111100 | 11001 | 0 | 10010 | 1011 | 10001001 | 110011 | 1001110 |
Color Harmonies of #ACE4BC
Complementary color
Monochromatic Colors of #ACE4BC
Black with #ACE4BC
Text Example
Text Example
White with #ACE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4BC; }
p { color: rgb(172,228,188); }
H1.HeaderClassName
{
color: #ACE4BC;
}
.AnyTagClassName
{
color: #ACE4BC;
}
</style>
background-color css
<style>
a { background-color: #ACE4BC; }
a { background-color: rgb(172,228,188); }
div.DivClassName
{
background-color: #ACE4BC;
}
.BgClassName
{
background-color: #ACE4BC;
}
</style>
border-color css
<style>
span { border-color: #ACE4BC; }
span { border-color: rgb(172,228,188); }
td.TdClassName
{
border-color: #ACE4BC;
}
.TagClassName
{
border-color: #ACE4BC;
}
</style>