Shades of Fringy Flower #ABEBBD
Tints of Fringy Flower #ABEBBD
RGB
CMYK
RGB Variations
Color information
#ABEBBD (or 0xABEBBD) is known color: Fringy Flower. HEX triplet: AB, EB and BD. RGB value is (171,235,189). Sum of RGB (Red+Green+Blue) = 171+235+189=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBBD is #541442. Grayscale: #D2D2D2. Windows color (decimal): -5510211 or 12446635. OLE color: 12446635.
HSL color Cylindrical-coordinate representation of color #ABEBBD: hue angle of 136.88º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBBD is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 189 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.08 |
| HSL | 136.88º | 0.62% | 0.8% | - |
| HSV(B) | 136.88º | 0.27% | 0.92% | - |
| XYZ | 55.69 | 71.75 | 59.06 | - |
| YUV | 210.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 189 | 0.27 | 0 | 0.20 | 0.08 | 136.88 | 0.62 | 0.8 |
| Hex | AB | EB | BD | 1B | 0 | 14 | 8 | 89 | 3E | 50 |
| Octal | 253 | 353 | 275 | 33 | 0 | 24 | 10 | 211 | 76 | 120 |
| Binary | 10101011 | 11101011 | 10111101 | 11011 | 0 | 10100 | 1000 | 10001001 | 111110 | 1010000 |
Color Harmonies of #ABEBBD
Complementary color
Monochromatic Colors of #ABEBBD
Black with #ABEBBD
Text Example
Text Example
White with #ABEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBBD; }
p { color: rgb(171,235,189); }
H1.HeaderClassName
{
color: #ABEBBD;
}
.AnyTagClassName
{
color: #ABEBBD;
}
</style>
background-color css
<style>
a { background-color: #ABEBBD; }
a { background-color: rgb(171,235,189); }
div.DivClassName
{
background-color: #ABEBBD;
}
.BgClassName
{
background-color: #ABEBBD;
}
</style>
border-color css
<style>
span { border-color: #ABEBBD; }
span { border-color: rgb(171,235,189); }
td.TdClassName
{
border-color: #ABEBBD;
}
.TagClassName
{
border-color: #ABEBBD;
}
</style>