Shades of Fringy Flower #ABEBBB
Tints of Fringy Flower #ABEBBB
RGB
CMYK
RGB Variations
Color information
#ABEBBB (or 0xABEBBB) is known color: Fringy Flower. HEX triplet: AB, EB and BB. RGB value is (171,235,187). Sum of RGB (Red+Green+Blue) = 171+235+187=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBBB is #541444. Grayscale: #D2D2D2. Windows color (decimal): -5510213 or 12315563. OLE color: 12315563.
HSL color Cylindrical-coordinate representation of color #ABEBBB: hue angle of 135º 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 #ABEBBB is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 187 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.08 |
| HSL | 135º | 0.62% | 0.8% | - |
| HSV(B) | 135º | 0.27% | 0.92% | - |
| XYZ | 55.47 | 71.66 | 57.92 | - |
| YUV | 210.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 187 | 0.27 | 0 | 0.20 | 0.08 | 135 | 0.62 | 0.8 |
| Hex | AB | EB | BB | 1B | 0 | 14 | 8 | 87 | 3E | 50 |
| Octal | 253 | 353 | 273 | 33 | 0 | 24 | 10 | 207 | 76 | 120 |
| Binary | 10101011 | 11101011 | 10111011 | 11011 | 0 | 10100 | 1000 | 10000111 | 111110 | 1010000 |
Color Harmonies of #ABEBBB
Complementary color
Monochromatic Colors of #ABEBBB
Black with #ABEBBB
Text Example
Text Example
White with #ABEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBBB; }
p { color: rgb(171,235,187); }
H1.HeaderClassName
{
color: #ABEBBB;
}
.AnyTagClassName
{
color: #ABEBBB;
}
</style>
background-color css
<style>
a { background-color: #ABEBBB; }
a { background-color: rgb(171,235,187); }
div.DivClassName
{
background-color: #ABEBBB;
}
.BgClassName
{
background-color: #ABEBBB;
}
</style>
border-color css
<style>
span { border-color: #ABEBBB; }
span { border-color: rgb(171,235,187); }
td.TdClassName
{
border-color: #ABEBBB;
}
.TagClassName
{
border-color: #ABEBBB;
}
</style>