Shades of Fringy Flower #AAEBBD
Tints of Fringy Flower #AAEBBD
RGB
CMYK
RGB Variations
Color information
#AAEBBD (or 0xAAEBBD) is known color: Fringy Flower. HEX triplet: AA, EB and BD. RGB value is (170,235,189). Sum of RGB (Red+Green+Blue) = 170+235+189=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBBD is #551442. Grayscale: #D2D2D2. Windows color (decimal): -5575747 or 12446634. OLE color: 12446634.
HSL color Cylindrical-coordinate representation of color #AAEBBD: hue angle of 137.54º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBBD is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 235 | 189 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.08 |
| HSL | 137.54º | 0.62% | 0.79% | - |
| HSV(B) | 137.54º | 0.28% | 0.92% | - |
| XYZ | 55.47 | 71.64 | 59.05 | - |
| YUV | 210.32 | 115.97 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 235 | 189 | 0.28 | 0 | 0.20 | 0.08 | 137.54 | 0.62 | 0.79 |
| Hex | AA | EB | BD | 1C | 0 | 14 | 8 | 8A | 3E | 4F |
| Octal | 252 | 353 | 275 | 34 | 0 | 24 | 10 | 212 | 76 | 117 |
| Binary | 10101010 | 11101011 | 10111101 | 11100 | 0 | 10100 | 1000 | 10001010 | 111110 | 1001111 |
Color Harmonies of #AAEBBD
Complementary color
Monochromatic Colors of #AAEBBD
Black with #AAEBBD
Text Example
Text Example
White with #AAEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEBBD; }
p { color: rgb(170,235,189); }
H1.HeaderClassName
{
color: #AAEBBD;
}
.AnyTagClassName
{
color: #AAEBBD;
}
</style>
background-color css
<style>
a { background-color: #AAEBBD; }
a { background-color: rgb(170,235,189); }
div.DivClassName
{
background-color: #AAEBBD;
}
.BgClassName
{
background-color: #AAEBBD;
}
</style>
border-color css
<style>
span { border-color: #AAEBBD; }
span { border-color: rgb(170,235,189); }
td.TdClassName
{
border-color: #AAEBBD;
}
.TagClassName
{
border-color: #AAEBBD;
}
</style>