Shades of Fringy Flower #ABDFBC
Tints of Fringy Flower #ABDFBC
RGB
CMYK
RGB Variations
Color information
#ABDFBC (or 0xABDFBC) is known color: Fringy Flower. HEX triplet: AB, DF and BC. RGB value is (171,223,188). Sum of RGB (Red+Green+Blue) = 171+223+188=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFBC is #542043. Grayscale: #CBCBCB. Windows color (decimal): -5513284 or 12378027. OLE color: 12378027.
HSL color Cylindrical-coordinate representation of color #ABDFBC: hue angle of 139.62º 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 #ABDFBC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 188 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.13 |
| HSL | 139.62º | 0.45% | 0.77% | - |
| HSV(B) | 139.62º | 0.23% | 0.87% | - |
| XYZ | 52.26 | 65.06 | 57.38 | - |
| YUV | 203.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 188 | 0.23 | 0 | 0.16 | 0.13 | 139.62 | 0.45 | 0.77 |
| Hex | AB | DF | BC | 17 | 0 | 10 | D | 8C | 2D | 4D |
| Octal | 253 | 337 | 274 | 27 | 0 | 20 | 15 | 214 | 55 | 115 |
| Binary | 10101011 | 11011111 | 10111100 | 10111 | 0 | 10000 | 1101 | 10001100 | 101101 | 1001101 |
Color Harmonies of #ABDFBC
Complementary color
Monochromatic Colors of #ABDFBC
Black with #ABDFBC
Text Example
Text Example
White with #ABDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFBC; }
p { color: rgb(171,223,188); }
H1.HeaderClassName
{
color: #ABDFBC;
}
.AnyTagClassName
{
color: #ABDFBC;
}
</style>
background-color css
<style>
a { background-color: #ABDFBC; }
a { background-color: rgb(171,223,188); }
div.DivClassName
{
background-color: #ABDFBC;
}
.BgClassName
{
background-color: #ABDFBC;
}
</style>
border-color css
<style>
span { border-color: #ABDFBC; }
span { border-color: rgb(171,223,188); }
td.TdClassName
{
border-color: #ABDFBC;
}
.TagClassName
{
border-color: #ABDFBC;
}
</style>