Shades of Fringy Flower #ABE8BB
Tints of Fringy Flower #ABE8BB
RGB
CMYK
RGB Variations
Color information
#ABE8BB (or 0xABE8BB) is known color: Fringy Flower. HEX triplet: AB, E8 and BB. RGB value is (171,232,187). Sum of RGB (Red+Green+Blue) = 171+232+187=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8BB is #541744. Grayscale: #D0D0D0. Windows color (decimal): -5510981 or 12314795. OLE color: 12314795.
HSL color Cylindrical-coordinate representation of color #ABE8BB: hue angle of 135.74º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE8BB is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 187 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.09 |
| HSL | 135.74º | 0.57% | 0.79% | - |
| HSV(B) | 135.74º | 0.26% | 0.91% | - |
| XYZ | 54.62 | 69.96 | 57.64 | - |
| YUV | 208.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 187 | 0.26 | 0 | 0.19 | 0.09 | 135.74 | 0.57 | 0.79 |
| Hex | AB | E8 | BB | 1A | 0 | 13 | 9 | 88 | 39 | 4F |
| Octal | 253 | 350 | 273 | 32 | 0 | 23 | 11 | 210 | 71 | 117 |
| Binary | 10101011 | 11101000 | 10111011 | 11010 | 0 | 10011 | 1001 | 10001000 | 111001 | 1001111 |
Color Harmonies of #ABE8BB
Complementary color
Monochromatic Colors of #ABE8BB
Black with #ABE8BB
Text Example
Text Example
White with #ABE8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE8BB; }
p { color: rgb(171,232,187); }
H1.HeaderClassName
{
color: #ABE8BB;
}
.AnyTagClassName
{
color: #ABE8BB;
}
</style>
background-color css
<style>
a { background-color: #ABE8BB; }
a { background-color: rgb(171,232,187); }
div.DivClassName
{
background-color: #ABE8BB;
}
.BgClassName
{
background-color: #ABE8BB;
}
</style>
border-color css
<style>
span { border-color: #ABE8BB; }
span { border-color: rgb(171,232,187); }
td.TdClassName
{
border-color: #ABE8BB;
}
.TagClassName
{
border-color: #ABE8BB;
}
</style>