Shades of Fringy Flower #AED9BA
Tints of Fringy Flower #AED9BA
RGB
CMYK
RGB Variations
Color information
#AED9BA (or 0xAED9BA) is known color: Fringy Flower. HEX triplet: AE, D9 and BA. RGB value is (174,217,186). Sum of RGB (Red+Green+Blue) = 174+217+186=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9BA is #512645. Grayscale: #C8C8C8. Windows color (decimal): -5318214 or 12245422. OLE color: 12245422.
HSL color Cylindrical-coordinate representation of color #AED9BA: hue angle of 136.74º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED9BA is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 186 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.15 |
| HSL | 136.74º | 0.36% | 0.77% | - |
| HSV(B) | 136.74º | 0.2% | 0.85% | - |
| XYZ | 51.13 | 62.17 | 55.76 | - |
| YUV | 200.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 186 | 0.20 | 0 | 0.14 | 0.15 | 136.74 | 0.36 | 0.77 |
| Hex | AE | D9 | BA | 14 | 0 | E | F | 89 | 24 | 4D |
| Octal | 256 | 331 | 272 | 24 | 0 | 16 | 17 | 211 | 44 | 115 |
| Binary | 10101110 | 11011001 | 10111010 | 10100 | 0 | 1110 | 1111 | 10001001 | 100100 | 1001101 |
Color Harmonies of #AED9BA
Complementary color
Monochromatic Colors of #AED9BA
Black with #AED9BA
Text Example
Text Example
White with #AED9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED9BA; }
p { color: rgb(174,217,186); }
H1.HeaderClassName
{
color: #AED9BA;
}
.AnyTagClassName
{
color: #AED9BA;
}
</style>
background-color css
<style>
a { background-color: #AED9BA; }
a { background-color: rgb(174,217,186); }
div.DivClassName
{
background-color: #AED9BA;
}
.BgClassName
{
background-color: #AED9BA;
}
</style>
border-color css
<style>
span { border-color: #AED9BA; }
span { border-color: rgb(174,217,186); }
td.TdClassName
{
border-color: #AED9BA;
}
.TagClassName
{
border-color: #AED9BA;
}
</style>