Shades of Fringy Flower #AAECBD
Tints of Fringy Flower #AAECBD
RGB
CMYK
RGB Variations
Color information
#AAECBD (or 0xAAECBD) is known color: Fringy Flower. HEX triplet: AA, EC and BD. RGB value is (170,236,189). Sum of RGB (Red+Green+Blue) = 170+236+189=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECBD is #551342. Grayscale: #D3D3D3. Windows color (decimal): -5575491 or 12446890. OLE color: 12446890.
HSL color Cylindrical-coordinate representation of color #AAECBD: hue angle of 137.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECBD is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 189 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.07 |
| HSL | 137.27º | 0.63% | 0.8% | - |
| HSV(B) | 137.27º | 0.28% | 0.93% | - |
| XYZ | 55.76 | 72.21 | 59.14 | - |
| YUV | 210.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 189 | 0.28 | 0 | 0.20 | 0.07 | 137.27 | 0.63 | 0.8 |
| Hex | AA | EC | BD | 1C | 0 | 14 | 7 | 89 | 3F | 50 |
| Octal | 252 | 354 | 275 | 34 | 0 | 24 | 7 | 211 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10111101 | 11100 | 0 | 10100 | 111 | 10001001 | 111111 | 1010000 |
Color Harmonies of #AAECBD
Complementary color
Monochromatic Colors of #AAECBD
Black with #AAECBD
Text Example
Text Example
White with #AAECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECBD; }
p { color: rgb(170,236,189); }
H1.HeaderClassName
{
color: #AAECBD;
}
.AnyTagClassName
{
color: #AAECBD;
}
</style>
background-color css
<style>
a { background-color: #AAECBD; }
a { background-color: rgb(170,236,189); }
div.DivClassName
{
background-color: #AAECBD;
}
.BgClassName
{
background-color: #AAECBD;
}
</style>
border-color css
<style>
span { border-color: #AAECBD; }
span { border-color: rgb(170,236,189); }
td.TdClassName
{
border-color: #AAECBD;
}
.TagClassName
{
border-color: #AAECBD;
}
</style>