Shades of Fringy Flower #ABD9BB
Tints of Fringy Flower #ABD9BB
RGB
CMYK
RGB Variations
Color information
#ABD9BB (or 0xABD9BB) is known color: Fringy Flower. HEX triplet: AB, D9 and BB. RGB value is (171,217,187). Sum of RGB (Red+Green+Blue) = 171+217+187=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9BB is #542644. Grayscale: #C7C7C7. Windows color (decimal): -5514821 or 12310955. OLE color: 12310955.
HSL color Cylindrical-coordinate representation of color #ABD9BB: hue angle of 140.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD9BB is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 217 | 187 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.15 |
| HSL | 140.87º | 0.38% | 0.76% | - |
| HSV(B) | 140.87º | 0.21% | 0.85% | - |
| XYZ | 50.58 | 61.87 | 56.29 | - |
| YUV | 199.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 217 | 187 | 0.21 | 0 | 0.14 | 0.15 | 140.87 | 0.38 | 0.76 |
| Hex | AB | D9 | BB | 15 | 0 | E | F | 8D | 26 | 4C |
| Octal | 253 | 331 | 273 | 25 | 0 | 16 | 17 | 215 | 46 | 114 |
| Binary | 10101011 | 11011001 | 10111011 | 10101 | 0 | 1110 | 1111 | 10001101 | 100110 | 1001100 |
Color Harmonies of #ABD9BB
Complementary color
Monochromatic Colors of #ABD9BB
Black with #ABD9BB
Text Example
Text Example
White with #ABD9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD9BB; }
p { color: rgb(171,217,187); }
H1.HeaderClassName
{
color: #ABD9BB;
}
.AnyTagClassName
{
color: #ABD9BB;
}
</style>
background-color css
<style>
a { background-color: #ABD9BB; }
a { background-color: rgb(171,217,187); }
div.DivClassName
{
background-color: #ABD9BB;
}
.BgClassName
{
background-color: #ABD9BB;
}
</style>
border-color css
<style>
span { border-color: #ABD9BB; }
span { border-color: rgb(171,217,187); }
td.TdClassName
{
border-color: #ABD9BB;
}
.TagClassName
{
border-color: #ABD9BB;
}
</style>