Shades of Fringy Flower #ACE9BD
Tints of Fringy Flower #ACE9BD
RGB
CMYK
RGB Variations
Color information
#ACE9BD (or 0xACE9BD) is known color: Fringy Flower. HEX triplet: AC, E9 and BD. RGB value is (172,233,189). Sum of RGB (Red+Green+Blue) = 172+233+189=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9BD is #531642. Grayscale: #D1D1D1. Windows color (decimal): -5445187 or 12446124. OLE color: 12446124.
HSL color Cylindrical-coordinate representation of color #ACE9BD: hue angle of 136.72º degrees, saturation: 0.58, 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 #ACE9BD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 189 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.09 |
| HSL | 136.72º | 0.58% | 0.79% | - |
| HSV(B) | 136.72º | 0.26% | 0.91% | - |
| XYZ | 55.34 | 70.72 | 58.88 | - |
| YUV | 209.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 189 | 0.26 | 0 | 0.19 | 0.09 | 136.72 | 0.58 | 0.79 |
| Hex | AC | E9 | BD | 1A | 0 | 13 | 9 | 89 | 3A | 4F |
| Octal | 254 | 351 | 275 | 32 | 0 | 23 | 11 | 211 | 72 | 117 |
| Binary | 10101100 | 11101001 | 10111101 | 11010 | 0 | 10011 | 1001 | 10001001 | 111010 | 1001111 |
Color Harmonies of #ACE9BD
Complementary color
Monochromatic Colors of #ACE9BD
Black with #ACE9BD
Text Example
Text Example
White with #ACE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9BD; }
p { color: rgb(172,233,189); }
H1.HeaderClassName
{
color: #ACE9BD;
}
.AnyTagClassName
{
color: #ACE9BD;
}
</style>
background-color css
<style>
a { background-color: #ACE9BD; }
a { background-color: rgb(172,233,189); }
div.DivClassName
{
background-color: #ACE9BD;
}
.BgClassName
{
background-color: #ACE9BD;
}
</style>
border-color css
<style>
span { border-color: #ACE9BD; }
span { border-color: rgb(172,233,189); }
td.TdClassName
{
border-color: #ACE9BD;
}
.TagClassName
{
border-color: #ACE9BD;
}
</style>