Shades of Fringy Flower #ABDCBA
Tints of Fringy Flower #ABDCBA
RGB
CMYK
RGB Variations
Color information
#ABDCBA (or 0xABDCBA) is known color: Fringy Flower. HEX triplet: AB, DC and BA. RGB value is (171,220,186). Sum of RGB (Red+Green+Blue) = 171+220+186=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCBA is #542345. Grayscale: #C9C9C9. Windows color (decimal): -5514054 or 12246187. OLE color: 12246187.
HSL color Cylindrical-coordinate representation of color #ABDCBA: hue angle of 138.37º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCBA is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 186 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.14 |
| HSL | 138.37º | 0.41% | 0.77% | - |
| HSV(B) | 138.37º | 0.22% | 0.86% | - |
| XYZ | 51.25 | 63.39 | 55.99 | - |
| YUV | 201.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 186 | 0.22 | 0 | 0.15 | 0.14 | 138.37 | 0.41 | 0.77 |
| Hex | AB | DC | BA | 16 | 0 | F | E | 8A | 29 | 4D |
| Octal | 253 | 334 | 272 | 26 | 0 | 17 | 16 | 212 | 51 | 115 |
| Binary | 10101011 | 11011100 | 10111010 | 10110 | 0 | 1111 | 1110 | 10001010 | 101001 | 1001101 |
Color Harmonies of #ABDCBA
Complementary color
Monochromatic Colors of #ABDCBA
Black with #ABDCBA
Text Example
Text Example
White with #ABDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCBA; }
p { color: rgb(171,220,186); }
H1.HeaderClassName
{
color: #ABDCBA;
}
.AnyTagClassName
{
color: #ABDCBA;
}
</style>
background-color css
<style>
a { background-color: #ABDCBA; }
a { background-color: rgb(171,220,186); }
div.DivClassName
{
background-color: #ABDCBA;
}
.BgClassName
{
background-color: #ABDCBA;
}
</style>
border-color css
<style>
span { border-color: #ABDCBA; }
span { border-color: rgb(171,220,186); }
td.TdClassName
{
border-color: #ABDCBA;
}
.TagClassName
{
border-color: #ABDCBA;
}
</style>