Shades of Fringy Flower #ABDDBB
Tints of Fringy Flower #ABDDBB
RGB
CMYK
RGB Variations
Color information
#ABDDBB (or 0xABDDBB) is known color: Fringy Flower. HEX triplet: AB, DD and BB. RGB value is (171,221,187). Sum of RGB (Red+Green+Blue) = 171+221+187=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDBB is #542244. Grayscale: #CACACA. Windows color (decimal): -5513797 or 12311979. OLE color: 12311979.
HSL color Cylindrical-coordinate representation of color #ABDDBB: hue angle of 139.2º 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 #ABDDBB is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 187 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.13 |
| HSL | 139.2º | 0.42% | 0.77% | - |
| HSV(B) | 139.2º | 0.23% | 0.87% | - |
| XYZ | 51.62 | 63.96 | 56.64 | - |
| YUV | 202.17 | 119.44 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 187 | 0.23 | 0 | 0.15 | 0.13 | 139.2 | 0.42 | 0.77 |
| Hex | AB | DD | BB | 17 | 0 | F | D | 8B | 2A | 4D |
| Octal | 253 | 335 | 273 | 27 | 0 | 17 | 15 | 213 | 52 | 115 |
| Binary | 10101011 | 11011101 | 10111011 | 10111 | 0 | 1111 | 1101 | 10001011 | 101010 | 1001101 |
Color Harmonies of #ABDDBB
Complementary color
Monochromatic Colors of #ABDDBB
Black with #ABDDBB
Text Example
Text Example
White with #ABDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDBB; }
p { color: rgb(171,221,187); }
H1.HeaderClassName
{
color: #ABDDBB;
}
.AnyTagClassName
{
color: #ABDDBB;
}
</style>
background-color css
<style>
a { background-color: #ABDDBB; }
a { background-color: rgb(171,221,187); }
div.DivClassName
{
background-color: #ABDDBB;
}
.BgClassName
{
background-color: #ABDDBB;
}
</style>
border-color css
<style>
span { border-color: #ABDDBB; }
span { border-color: rgb(171,221,187); }
td.TdClassName
{
border-color: #ABDDBB;
}
.TagClassName
{
border-color: #ABDDBB;
}
</style>