Shades of Fringy Flower #ABEEBC
Tints of Fringy Flower #ABEEBC
RGB
CMYK
RGB Variations
Color information
#ABEEBC (or 0xABEEBC) is known color: Fringy Flower. HEX triplet: AB, EE and BC. RGB value is (171,238,188). Sum of RGB (Red+Green+Blue) = 171+238+188=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEBC is #541143. Grayscale: #D4D4D4. Windows color (decimal): -5509444 or 12381867. OLE color: 12381867.
HSL color Cylindrical-coordinate representation of color #ABEEBC: hue angle of 135.22º 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 #ABEEBC is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 188 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.07 |
| HSL | 135.22º | 0.66% | 0.8% | - |
| HSV(B) | 135.22º | 0.28% | 0.93% | - |
| XYZ | 56.45 | 73.44 | 58.78 | - |
| YUV | 212.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 188 | 0.28 | 0 | 0.21 | 0.07 | 135.22 | 0.66 | 0.8 |
| Hex | AB | EE | BC | 1C | 0 | 15 | 7 | 87 | 42 | 50 |
| Octal | 253 | 356 | 274 | 34 | 0 | 25 | 7 | 207 | 102 | 120 |
| Binary | 10101011 | 11101110 | 10111100 | 11100 | 0 | 10101 | 111 | 10000111 | 1000010 | 1010000 |
Color Harmonies of #ABEEBC
Complementary color
Monochromatic Colors of #ABEEBC
Black with #ABEEBC
Text Example
Text Example
White with #ABEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEBC; }
p { color: rgb(171,238,188); }
H1.HeaderClassName
{
color: #ABEEBC;
}
.AnyTagClassName
{
color: #ABEEBC;
}
</style>
background-color css
<style>
a { background-color: #ABEEBC; }
a { background-color: rgb(171,238,188); }
div.DivClassName
{
background-color: #ABEEBC;
}
.BgClassName
{
background-color: #ABEEBC;
}
</style>
border-color css
<style>
span { border-color: #ABEEBC; }
span { border-color: rgb(171,238,188); }
td.TdClassName
{
border-color: #ABEEBC;
}
.TagClassName
{
border-color: #ABEEBC;
}
</style>