Shades of Fringy Flower #AAE5BC
Tints of Fringy Flower #AAE5BC
RGB
CMYK
RGB Variations
Color information
#AAE5BC (or 0xAAE5BC) is known color: Fringy Flower. HEX triplet: AA, E5 and BC. RGB value is (170,229,188). Sum of RGB (Red+Green+Blue) = 170+229+188=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5BC is #551A43. Grayscale: #CECECE. Windows color (decimal): -5577284 or 12379562. OLE color: 12379562.
HSL color Cylindrical-coordinate representation of color #AAE5BC: hue angle of 138.31º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5BC is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 188 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.10 |
| HSL | 138.31º | 0.53% | 0.78% | - |
| HSV(B) | 138.31º | 0.26% | 0.9% | - |
| XYZ | 53.67 | 68.22 | 57.91 | - |
| YUV | 206.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 188 | 0.26 | 0 | 0.18 | 0.10 | 138.31 | 0.53 | 0.78 |
| Hex | AA | E5 | BC | 1A | 0 | 12 | A | 8A | 35 | 4E |
| Octal | 252 | 345 | 274 | 32 | 0 | 22 | 12 | 212 | 65 | 116 |
| Binary | 10101010 | 11100101 | 10111100 | 11010 | 0 | 10010 | 1010 | 10001010 | 110101 | 1001110 |
Color Harmonies of #AAE5BC
Complementary color
Monochromatic Colors of #AAE5BC
Black with #AAE5BC
Text Example
Text Example
White with #AAE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5BC; }
p { color: rgb(170,229,188); }
H1.HeaderClassName
{
color: #AAE5BC;
}
.AnyTagClassName
{
color: #AAE5BC;
}
</style>
background-color css
<style>
a { background-color: #AAE5BC; }
a { background-color: rgb(170,229,188); }
div.DivClassName
{
background-color: #AAE5BC;
}
.BgClassName
{
background-color: #AAE5BC;
}
</style>
border-color css
<style>
span { border-color: #AAE5BC; }
span { border-color: rgb(170,229,188); }
td.TdClassName
{
border-color: #AAE5BC;
}
.TagClassName
{
border-color: #AAE5BC;
}
</style>