Shades of Fringy Flower #AAE4BC
Tints of Fringy Flower #AAE4BC
RGB
CMYK
RGB Variations
Color information
#AAE4BC (or 0xAAE4BC) is known color: Fringy Flower. HEX triplet: AA, E4 and BC. RGB value is (170,228,188). Sum of RGB (Red+Green+Blue) = 170+228+188=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4BC is #551B43. Grayscale: #CECECE. Windows color (decimal): -5577540 or 12379306. OLE color: 12379306.
HSL color Cylindrical-coordinate representation of color #AAE4BC: hue angle of 138.62º degrees, saturation: 0.52, 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 #AAE4BC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 188 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.11 |
| HSL | 138.62º | 0.52% | 0.78% | - |
| HSV(B) | 138.62º | 0.25% | 0.89% | - |
| XYZ | 53.4 | 67.66 | 57.82 | - |
| YUV | 206.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 188 | 0.25 | 0 | 0.18 | 0.11 | 138.62 | 0.52 | 0.78 |
| Hex | AA | E4 | BC | 19 | 0 | 12 | B | 8B | 34 | 4E |
| Octal | 252 | 344 | 274 | 31 | 0 | 22 | 13 | 213 | 64 | 116 |
| Binary | 10101010 | 11100100 | 10111100 | 11001 | 0 | 10010 | 1011 | 10001011 | 110100 | 1001110 |
Color Harmonies of #AAE4BC
Complementary color
Monochromatic Colors of #AAE4BC
Black with #AAE4BC
Text Example
Text Example
White with #AAE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE4BC; }
p { color: rgb(170,228,188); }
H1.HeaderClassName
{
color: #AAE4BC;
}
.AnyTagClassName
{
color: #AAE4BC;
}
</style>
background-color css
<style>
a { background-color: #AAE4BC; }
a { background-color: rgb(170,228,188); }
div.DivClassName
{
background-color: #AAE4BC;
}
.BgClassName
{
background-color: #AAE4BC;
}
</style>
border-color css
<style>
span { border-color: #AAE4BC; }
span { border-color: rgb(170,228,188); }
td.TdClassName
{
border-color: #AAE4BC;
}
.TagClassName
{
border-color: #AAE4BC;
}
</style>