Shades of Fringy Flower #ABEBBA
Tints of Fringy Flower #ABEBBA
RGB
CMYK
RGB Variations
Color information
#ABEBBA (or 0xABEBBA) is known color: Fringy Flower. HEX triplet: AB, EB and BA. RGB value is (171,235,186). Sum of RGB (Red+Green+Blue) = 171+235+186=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBBA is #541445. Grayscale: #D2D2D2. Windows color (decimal): -5510214 or 12250027. OLE color: 12250027.
HSL color Cylindrical-coordinate representation of color #ABEBBA: hue angle of 134.06º 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 #ABEBBA is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 186 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.08 |
| HSL | 134.06º | 0.62% | 0.8% | - |
| HSV(B) | 134.06º | 0.27% | 0.92% | - |
| XYZ | 55.37 | 71.62 | 57.36 | - |
| YUV | 210.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 186 | 0.27 | 0 | 0.21 | 0.08 | 134.06 | 0.62 | 0.8 |
| Hex | AB | EB | BA | 1B | 0 | 15 | 8 | 86 | 3E | 50 |
| Octal | 253 | 353 | 272 | 33 | 0 | 25 | 10 | 206 | 76 | 120 |
| Binary | 10101011 | 11101011 | 10111010 | 11011 | 0 | 10101 | 1000 | 10000110 | 111110 | 1010000 |
Color Harmonies of #ABEBBA
Complementary color
Monochromatic Colors of #ABEBBA
Black with #ABEBBA
Text Example
Text Example
White with #ABEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBBA; }
p { color: rgb(171,235,186); }
H1.HeaderClassName
{
color: #ABEBBA;
}
.AnyTagClassName
{
color: #ABEBBA;
}
</style>
background-color css
<style>
a { background-color: #ABEBBA; }
a { background-color: rgb(171,235,186); }
div.DivClassName
{
background-color: #ABEBBA;
}
.BgClassName
{
background-color: #ABEBBA;
}
</style>
border-color css
<style>
span { border-color: #ABEBBA; }
span { border-color: rgb(171,235,186); }
td.TdClassName
{
border-color: #ABEBBA;
}
.TagClassName
{
border-color: #ABEBBA;
}
</style>