Shades of Fringy Flower #ABE1BD
Tints of Fringy Flower #ABE1BD
RGB
CMYK
RGB Variations
Color information
#ABE1BD (or 0xABE1BD) is known color: Fringy Flower. HEX triplet: AB, E1 and BD. RGB value is (171,225,189). Sum of RGB (Red+Green+Blue) = 171+225+189=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1BD is #541E42. Grayscale: #CCCCCC. Windows color (decimal): -5512771 or 12444075. OLE color: 12444075.
HSL color Cylindrical-coordinate representation of color #ABE1BD: hue angle of 140º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1BD is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 189 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.12 |
| HSL | 140º | 0.47% | 0.78% | - |
| HSV(B) | 140º | 0.24% | 0.88% | - |
| XYZ | 52.91 | 66.18 | 58.13 | - |
| YUV | 204.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 189 | 0.24 | 0 | 0.16 | 0.12 | 140 | 0.47 | 0.78 |
| Hex | AB | E1 | BD | 18 | 0 | 10 | C | 8C | 2F | 4E |
| Octal | 253 | 341 | 275 | 30 | 0 | 20 | 14 | 214 | 57 | 116 |
| Binary | 10101011 | 11100001 | 10111101 | 11000 | 0 | 10000 | 1100 | 10001100 | 101111 | 1001110 |
Color Harmonies of #ABE1BD
Complementary color
Monochromatic Colors of #ABE1BD
Black with #ABE1BD
Text Example
Text Example
White with #ABE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1BD; }
p { color: rgb(171,225,189); }
H1.HeaderClassName
{
color: #ABE1BD;
}
.AnyTagClassName
{
color: #ABE1BD;
}
</style>
background-color css
<style>
a { background-color: #ABE1BD; }
a { background-color: rgb(171,225,189); }
div.DivClassName
{
background-color: #ABE1BD;
}
.BgClassName
{
background-color: #ABE1BD;
}
</style>
border-color css
<style>
span { border-color: #ABE1BD; }
span { border-color: rgb(171,225,189); }
td.TdClassName
{
border-color: #ABE1BD;
}
.TagClassName
{
border-color: #ABE1BD;
}
</style>