Shades of Fringy Flower #AED8BB
Tints of Fringy Flower #AED8BB
RGB
CMYK
RGB Variations
Color information
#AED8BB (or 0xAED8BB) is known color: Fringy Flower. HEX triplet: AE, D8 and BB. RGB value is (174,216,187). Sum of RGB (Red+Green+Blue) = 174+216+187=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8BB is #512744. Grayscale: #C8C8C8. Windows color (decimal): -5318469 or 12310702. OLE color: 12310702.
HSL color Cylindrical-coordinate representation of color #AED8BB: hue angle of 138.57º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED8BB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 187 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.15 |
| HSL | 138.57º | 0.35% | 0.76% | - |
| HSV(B) | 138.57º | 0.19% | 0.85% | - |
| XYZ | 50.98 | 61.7 | 56.24 | - |
| YUV | 200.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 187 | 0.19 | 0 | 0.13 | 0.15 | 138.57 | 0.35 | 0.76 |
| Hex | AE | D8 | BB | 13 | 0 | D | F | 8B | 23 | 4C |
| Octal | 256 | 330 | 273 | 23 | 0 | 15 | 17 | 213 | 43 | 114 |
| Binary | 10101110 | 11011000 | 10111011 | 10011 | 0 | 1101 | 1111 | 10001011 | 100011 | 1001100 |
Color Harmonies of #AED8BB
Complementary color
Monochromatic Colors of #AED8BB
Black with #AED8BB
Text Example
Text Example
White with #AED8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED8BB; }
p { color: rgb(174,216,187); }
H1.HeaderClassName
{
color: #AED8BB;
}
.AnyTagClassName
{
color: #AED8BB;
}
</style>
background-color css
<style>
a { background-color: #AED8BB; }
a { background-color: rgb(174,216,187); }
div.DivClassName
{
background-color: #AED8BB;
}
.BgClassName
{
background-color: #AED8BB;
}
</style>
border-color css
<style>
span { border-color: #AED8BB; }
span { border-color: rgb(174,216,187); }
td.TdClassName
{
border-color: #AED8BB;
}
.TagClassName
{
border-color: #AED8BB;
}
</style>