Shades of Fringy Flower #ABECBA
Tints of Fringy Flower #ABECBA
RGB
CMYK
RGB Variations
Color information
#ABECBA (or 0xABECBA) is known color: Fringy Flower. HEX triplet: AB, EC and BA. RGB value is (171,236,186). Sum of RGB (Red+Green+Blue) = 171+236+186=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECBA is #541345. Grayscale: #D2D2D2. Windows color (decimal): -5509958 or 12250283. OLE color: 12250283.
HSL color Cylindrical-coordinate representation of color #ABECBA: hue angle of 133.85º degrees, saturation: 0.63, 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 #ABECBA is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 186 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.07 |
| HSL | 133.85º | 0.63% | 0.8% | - |
| HSV(B) | 133.85º | 0.28% | 0.93% | - |
| XYZ | 55.65 | 72.19 | 57.46 | - |
| YUV | 210.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 186 | 0.28 | 0 | 0.21 | 0.07 | 133.85 | 0.63 | 0.8 |
| Hex | AB | EC | BA | 1C | 0 | 15 | 7 | 86 | 3F | 50 |
| Octal | 253 | 354 | 272 | 34 | 0 | 25 | 7 | 206 | 77 | 120 |
| Binary | 10101011 | 11101100 | 10111010 | 11100 | 0 | 10101 | 111 | 10000110 | 111111 | 1010000 |
Color Harmonies of #ABECBA
Complementary color
Monochromatic Colors of #ABECBA
Black with #ABECBA
Text Example
Text Example
White with #ABECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECBA; }
p { color: rgb(171,236,186); }
H1.HeaderClassName
{
color: #ABECBA;
}
.AnyTagClassName
{
color: #ABECBA;
}
</style>
background-color css
<style>
a { background-color: #ABECBA; }
a { background-color: rgb(171,236,186); }
div.DivClassName
{
background-color: #ABECBA;
}
.BgClassName
{
background-color: #ABECBA;
}
</style>
border-color css
<style>
span { border-color: #ABECBA; }
span { border-color: rgb(171,236,186); }
td.TdClassName
{
border-color: #ABECBA;
}
.TagClassName
{
border-color: #ABECBA;
}
</style>