Shades of Fringy Flower #ABDFBD
Tints of Fringy Flower #ABDFBD
RGB
CMYK
RGB Variations
Color information
#ABDFBD (or 0xABDFBD) is known color: Fringy Flower. HEX triplet: AB, DF and BD. RGB value is (171,223,189). Sum of RGB (Red+Green+Blue) = 171+223+189=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFBD is #542042. Grayscale: #CBCBCB. Windows color (decimal): -5513283 or 12443563. OLE color: 12443563.
HSL color Cylindrical-coordinate representation of color #ABDFBD: hue angle of 140.77º degrees, saturation: 0.45, 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 #ABDFBD is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 189 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.13 |
| HSL | 140.77º | 0.45% | 0.77% | - |
| HSV(B) | 140.77º | 0.23% | 0.87% | - |
| XYZ | 52.37 | 65.11 | 57.95 | - |
| YUV | 203.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 189 | 0.23 | 0 | 0.15 | 0.13 | 140.77 | 0.45 | 0.77 |
| Hex | AB | DF | BD | 17 | 0 | F | D | 8D | 2D | 4D |
| Octal | 253 | 337 | 275 | 27 | 0 | 17 | 15 | 215 | 55 | 115 |
| Binary | 10101011 | 11011111 | 10111101 | 10111 | 0 | 1111 | 1101 | 10001101 | 101101 | 1001101 |
Color Harmonies of #ABDFBD
Complementary color
Monochromatic Colors of #ABDFBD
Black with #ABDFBD
Text Example
Text Example
White with #ABDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFBD; }
p { color: rgb(171,223,189); }
H1.HeaderClassName
{
color: #ABDFBD;
}
.AnyTagClassName
{
color: #ABDFBD;
}
</style>
background-color css
<style>
a { background-color: #ABDFBD; }
a { background-color: rgb(171,223,189); }
div.DivClassName
{
background-color: #ABDFBD;
}
.BgClassName
{
background-color: #ABDFBD;
}
</style>
border-color css
<style>
span { border-color: #ABDFBD; }
span { border-color: rgb(171,223,189); }
td.TdClassName
{
border-color: #ABDFBD;
}
.TagClassName
{
border-color: #ABDFBD;
}
</style>