Shades of Fringy Flower #ABE3BD
Tints of Fringy Flower #ABE3BD
RGB
CMYK
RGB Variations
Color information
#ABE3BD (or 0xABE3BD) is known color: Fringy Flower. HEX triplet: AB, E3 and BD. RGB value is (171,227,189). Sum of RGB (Red+Green+Blue) = 171+227+189=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE3BD is #541C42. Grayscale: #CECECE. Windows color (decimal): -5512259 or 12444587. OLE color: 12444587.
HSL color Cylindrical-coordinate representation of color #ABE3BD: hue angle of 139.29º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE3BD is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 189 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.11 |
| HSL | 139.29º | 0.5% | 0.78% | - |
| HSV(B) | 139.29º | 0.25% | 0.89% | - |
| XYZ | 53.45 | 67.27 | 58.31 | - |
| YUV | 205.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 189 | 0.25 | 0 | 0.17 | 0.11 | 139.29 | 0.5 | 0.78 |
| Hex | AB | E3 | BD | 19 | 0 | 11 | B | 8B | 32 | 4E |
| Octal | 253 | 343 | 275 | 31 | 0 | 21 | 13 | 213 | 62 | 116 |
| Binary | 10101011 | 11100011 | 10111101 | 11001 | 0 | 10001 | 1011 | 10001011 | 110010 | 1001110 |
Color Harmonies of #ABE3BD
Complementary color
Monochromatic Colors of #ABE3BD
Black with #ABE3BD
Text Example
Text Example
White with #ABE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE3BD; }
p { color: rgb(171,227,189); }
H1.HeaderClassName
{
color: #ABE3BD;
}
.AnyTagClassName
{
color: #ABE3BD;
}
</style>
background-color css
<style>
a { background-color: #ABE3BD; }
a { background-color: rgb(171,227,189); }
div.DivClassName
{
background-color: #ABE3BD;
}
.BgClassName
{
background-color: #ABE3BD;
}
</style>
border-color css
<style>
span { border-color: #ABE3BD; }
span { border-color: rgb(171,227,189); }
td.TdClassName
{
border-color: #ABE3BD;
}
.TagClassName
{
border-color: #ABE3BD;
}
</style>