Shades of Fringy Flower #ABDEB9
Tints of Fringy Flower #ABDEB9
RGB
CMYK
RGB Variations
Color information
#ABDEB9 (or 0xABDEB9) is known color: Fringy Flower. HEX triplet: AB, DE and B9. RGB value is (171,222,185). Sum of RGB (Red+Green+Blue) = 171+222+185=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEB9 is #542146. Grayscale: #CACACA. Windows color (decimal): -5513543 or 12181163. OLE color: 12181163.
HSL color Cylindrical-coordinate representation of color #ABDEB9: hue angle of 136.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDEB9 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 185 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.13 |
| HSL | 136.47º | 0.44% | 0.77% | - |
| HSV(B) | 136.47º | 0.23% | 0.87% | - |
| XYZ | 51.67 | 64.4 | 55.61 | - |
| YUV | 202.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 185 | 0.23 | 0 | 0.17 | 0.13 | 136.47 | 0.44 | 0.77 |
| Hex | AB | DE | B9 | 17 | 0 | 11 | D | 88 | 2C | 4D |
| Octal | 253 | 336 | 271 | 27 | 0 | 21 | 15 | 210 | 54 | 115 |
| Binary | 10101011 | 11011110 | 10111001 | 10111 | 0 | 10001 | 1101 | 10001000 | 101100 | 1001101 |
Color Harmonies of #ABDEB9
Complementary color
Monochromatic Colors of #ABDEB9
Black with #ABDEB9
Text Example
Text Example
White with #ABDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEB9; }
p { color: rgb(171,222,185); }
H1.HeaderClassName
{
color: #ABDEB9;
}
.AnyTagClassName
{
color: #ABDEB9;
}
</style>
background-color css
<style>
a { background-color: #ABDEB9; }
a { background-color: rgb(171,222,185); }
div.DivClassName
{
background-color: #ABDEB9;
}
.BgClassName
{
background-color: #ABDEB9;
}
</style>
border-color css
<style>
span { border-color: #ABDEB9; }
span { border-color: rgb(171,222,185); }
td.TdClassName
{
border-color: #ABDEB9;
}
.TagClassName
{
border-color: #ABDEB9;
}
</style>