Shades of Fringy Flower #ABE4BD
Tints of Fringy Flower #ABE4BD
RGB
CMYK
RGB Variations
Color information
#ABE4BD (or 0xABE4BD) is known color: Fringy Flower. HEX triplet: AB, E4 and BD. RGB value is (171,228,189). Sum of RGB (Red+Green+Blue) = 171+228+189=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE4BD is #541B42. Grayscale: #CECECE. Windows color (decimal): -5512003 or 12444843. OLE color: 12444843.
HSL color Cylindrical-coordinate representation of color #ABE4BD: hue angle of 138.95º degrees, saturation: 0.51, 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 #ABE4BD is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 189 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.11 |
| HSL | 138.95º | 0.51% | 0.78% | - |
| HSV(B) | 138.95º | 0.25% | 0.89% | - |
| XYZ | 53.72 | 67.82 | 58.4 | - |
| YUV | 206.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 189 | 0.25 | 0 | 0.17 | 0.11 | 138.95 | 0.51 | 0.78 |
| Hex | AB | E4 | BD | 19 | 0 | 11 | B | 8B | 33 | 4E |
| Octal | 253 | 344 | 275 | 31 | 0 | 21 | 13 | 213 | 63 | 116 |
| Binary | 10101011 | 11100100 | 10111101 | 11001 | 0 | 10001 | 1011 | 10001011 | 110011 | 1001110 |
Color Harmonies of #ABE4BD
Complementary color
Monochromatic Colors of #ABE4BD
Black with #ABE4BD
Text Example
Text Example
White with #ABE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE4BD; }
p { color: rgb(171,228,189); }
H1.HeaderClassName
{
color: #ABE4BD;
}
.AnyTagClassName
{
color: #ABE4BD;
}
</style>
background-color css
<style>
a { background-color: #ABE4BD; }
a { background-color: rgb(171,228,189); }
div.DivClassName
{
background-color: #ABE4BD;
}
.BgClassName
{
background-color: #ABE4BD;
}
</style>
border-color css
<style>
span { border-color: #ABE4BD; }
span { border-color: rgb(171,228,189); }
td.TdClassName
{
border-color: #ABE4BD;
}
.TagClassName
{
border-color: #ABE4BD;
}
</style>