Shades of Fringy Flower #ABDDBA
Tints of Fringy Flower #ABDDBA
RGB
CMYK
RGB Variations
Color information
#ABDDBA (or 0xABDDBA) is known color: Fringy Flower. HEX triplet: AB, DD and BA. RGB value is (171,221,186). Sum of RGB (Red+Green+Blue) = 171+221+186=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDBA is #542245. Grayscale: #CACACA. Windows color (decimal): -5513798 or 12246443. OLE color: 12246443.
HSL color Cylindrical-coordinate representation of color #ABDDBA: hue angle of 138º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDBA is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 186 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.13 |
| HSL | 138º | 0.42% | 0.77% | - |
| HSV(B) | 138º | 0.23% | 0.87% | - |
| XYZ | 51.51 | 63.92 | 56.08 | - |
| YUV | 202.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 186 | 0.23 | 0 | 0.16 | 0.13 | 138 | 0.42 | 0.77 |
| Hex | AB | DD | BA | 17 | 0 | 10 | D | 8A | 2A | 4D |
| Octal | 253 | 335 | 272 | 27 | 0 | 20 | 15 | 212 | 52 | 115 |
| Binary | 10101011 | 11011101 | 10111010 | 10111 | 0 | 10000 | 1101 | 10001010 | 101010 | 1001101 |
Color Harmonies of #ABDDBA
Complementary color
Monochromatic Colors of #ABDDBA
Black with #ABDDBA
Text Example
Text Example
White with #ABDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDBA; }
p { color: rgb(171,221,186); }
H1.HeaderClassName
{
color: #ABDDBA;
}
.AnyTagClassName
{
color: #ABDDBA;
}
</style>
background-color css
<style>
a { background-color: #ABDDBA; }
a { background-color: rgb(171,221,186); }
div.DivClassName
{
background-color: #ABDDBA;
}
.BgClassName
{
background-color: #ABDDBA;
}
</style>
border-color css
<style>
span { border-color: #ABDDBA; }
span { border-color: rgb(171,221,186); }
td.TdClassName
{
border-color: #ABDDBA;
}
.TagClassName
{
border-color: #ABDDBA;
}
</style>