Shades of Fringy Flower #AAE2BE
Tints of Fringy Flower #AAE2BE
RGB
CMYK
RGB Variations
Color information
#AAE2BE (or 0xAAE2BE) is known color: Fringy Flower. HEX triplet: AA, E2 and BE. RGB value is (170,226,190). Sum of RGB (Red+Green+Blue) = 170+226+190=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2BE is #551D41. Grayscale: #CDCDCD. Windows color (decimal): -5578050 or 12509866. OLE color: 12509866.
HSL color Cylindrical-coordinate representation of color #AAE2BE: hue angle of 141.43º degrees, saturation: 0.49, 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 #AAE2BE is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 190 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.11 |
| HSL | 141.43º | 0.49% | 0.78% | - |
| HSV(B) | 141.43º | 0.25% | 0.89% | - |
| XYZ | 53.07 | 66.66 | 58.78 | - |
| YUV | 205.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 190 | 0.25 | 0 | 0.16 | 0.11 | 141.43 | 0.49 | 0.78 |
| Hex | AA | E2 | BE | 19 | 0 | 10 | B | 8D | 31 | 4E |
| Octal | 252 | 342 | 276 | 31 | 0 | 20 | 13 | 215 | 61 | 116 |
| Binary | 10101010 | 11100010 | 10111110 | 11001 | 0 | 10000 | 1011 | 10001101 | 110001 | 1001110 |
Color Harmonies of #AAE2BE
Complementary color
Monochromatic Colors of #AAE2BE
Black with #AAE2BE
Text Example
Text Example
White with #AAE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2BE; }
p { color: rgb(170,226,190); }
H1.HeaderClassName
{
color: #AAE2BE;
}
.AnyTagClassName
{
color: #AAE2BE;
}
</style>
background-color css
<style>
a { background-color: #AAE2BE; }
a { background-color: rgb(170,226,190); }
div.DivClassName
{
background-color: #AAE2BE;
}
.BgClassName
{
background-color: #AAE2BE;
}
</style>
border-color css
<style>
span { border-color: #AAE2BE; }
span { border-color: rgb(170,226,190); }
td.TdClassName
{
border-color: #AAE2BE;
}
.TagClassName
{
border-color: #AAE2BE;
}
</style>