Shades of Fringy Flower #ABEEBD
Tints of Fringy Flower #ABEEBD
RGB
CMYK
RGB Variations
Color information
#ABEEBD (or 0xABEEBD) is known color: Fringy Flower. HEX triplet: AB, EE and BD. RGB value is (171,238,189). Sum of RGB (Red+Green+Blue) = 171+238+189=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEBD is #541142. Grayscale: #D4D4D4. Windows color (decimal): -5509443 or 12447403. OLE color: 12447403.
HSL color Cylindrical-coordinate representation of color #ABEEBD: hue angle of 136.12º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEBD is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 189 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.07 |
| HSL | 136.12º | 0.66% | 0.8% | - |
| HSV(B) | 136.12º | 0.28% | 0.93% | - |
| XYZ | 56.55 | 73.48 | 59.35 | - |
| YUV | 212.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 189 | 0.28 | 0 | 0.21 | 0.07 | 136.12 | 0.66 | 0.8 |
| Hex | AB | EE | BD | 1C | 0 | 15 | 7 | 88 | 42 | 50 |
| Octal | 253 | 356 | 275 | 34 | 0 | 25 | 7 | 210 | 102 | 120 |
| Binary | 10101011 | 11101110 | 10111101 | 11100 | 0 | 10101 | 111 | 10001000 | 1000010 | 1010000 |
Color Harmonies of #ABEEBD
Complementary color
Monochromatic Colors of #ABEEBD
Black with #ABEEBD
Text Example
Text Example
White with #ABEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEBD; }
p { color: rgb(171,238,189); }
H1.HeaderClassName
{
color: #ABEEBD;
}
.AnyTagClassName
{
color: #ABEEBD;
}
</style>
background-color css
<style>
a { background-color: #ABEEBD; }
a { background-color: rgb(171,238,189); }
div.DivClassName
{
background-color: #ABEEBD;
}
.BgClassName
{
background-color: #ABEEBD;
}
</style>
border-color css
<style>
span { border-color: #ABEEBD; }
span { border-color: rgb(171,238,189); }
td.TdClassName
{
border-color: #ABEEBD;
}
.TagClassName
{
border-color: #ABEEBD;
}
</style>