Shades of Fringy Flower #AAEABD
Tints of Fringy Flower #AAEABD
RGB
CMYK
RGB Variations
Color information
#AAEABD (or 0xAAEABD) is known color: Fringy Flower. HEX triplet: AA, EA and BD. RGB value is (170,234,189). Sum of RGB (Red+Green+Blue) = 170+234+189=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEABD is #551542. Grayscale: #D1D1D1. Windows color (decimal): -5576003 or 12446378. OLE color: 12446378.
HSL color Cylindrical-coordinate representation of color #AAEABD: hue angle of 137.81º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEABD is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 189 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.08 |
| HSL | 137.81º | 0.6% | 0.79% | - |
| HSV(B) | 137.81º | 0.27% | 0.92% | - |
| XYZ | 55.19 | 71.07 | 58.95 | - |
| YUV | 209.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 189 | 0.27 | 0 | 0.19 | 0.08 | 137.81 | 0.6 | 0.79 |
| Hex | AA | EA | BD | 1B | 0 | 13 | 8 | 8A | 3C | 4F |
| Octal | 252 | 352 | 275 | 33 | 0 | 23 | 10 | 212 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10111101 | 11011 | 0 | 10011 | 1000 | 10001010 | 111100 | 1001111 |
Color Harmonies of #AAEABD
Complementary color
Monochromatic Colors of #AAEABD
Black with #AAEABD
Text Example
Text Example
White with #AAEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEABD; }
p { color: rgb(170,234,189); }
H1.HeaderClassName
{
color: #AAEABD;
}
.AnyTagClassName
{
color: #AAEABD;
}
</style>
background-color css
<style>
a { background-color: #AAEABD; }
a { background-color: rgb(170,234,189); }
div.DivClassName
{
background-color: #AAEABD;
}
.BgClassName
{
background-color: #AAEABD;
}
</style>
border-color css
<style>
span { border-color: #AAEABD; }
span { border-color: rgb(170,234,189); }
td.TdClassName
{
border-color: #AAEABD;
}
.TagClassName
{
border-color: #AAEABD;
}
</style>