Shades of Fringy Flower #ABDBBC
Tints of Fringy Flower #ABDBBC
RGB
CMYK
RGB Variations
Color information
#ABDBBC (or 0xABDBBC) is known color: Fringy Flower. HEX triplet: AB, DB and BC. RGB value is (171,219,188). Sum of RGB (Red+Green+Blue) = 171+219+188=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBBC is #542443. Grayscale: #C9C9C9. Windows color (decimal): -5514308 or 12377003. OLE color: 12377003.
HSL color Cylindrical-coordinate representation of color #ABDBBC: hue angle of 141.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBBC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 188 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.14 |
| HSL | 141.25º | 0.4% | 0.76% | - |
| HSV(B) | 141.25º | 0.22% | 0.86% | - |
| XYZ | 51.2 | 62.95 | 57.03 | - |
| YUV | 201.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 188 | 0.22 | 0 | 0.14 | 0.14 | 141.25 | 0.4 | 0.76 |
| Hex | AB | DB | BC | 16 | 0 | E | E | 8D | 28 | 4C |
| Octal | 253 | 333 | 274 | 26 | 0 | 16 | 16 | 215 | 50 | 114 |
| Binary | 10101011 | 11011011 | 10111100 | 10110 | 0 | 1110 | 1110 | 10001101 | 101000 | 1001100 |
Color Harmonies of #ABDBBC
Complementary color
Monochromatic Colors of #ABDBBC
Black with #ABDBBC
Text Example
Text Example
White with #ABDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBBC; }
p { color: rgb(171,219,188); }
H1.HeaderClassName
{
color: #ABDBBC;
}
.AnyTagClassName
{
color: #ABDBBC;
}
</style>
background-color css
<style>
a { background-color: #ABDBBC; }
a { background-color: rgb(171,219,188); }
div.DivClassName
{
background-color: #ABDBBC;
}
.BgClassName
{
background-color: #ABDBBC;
}
</style>
border-color css
<style>
span { border-color: #ABDBBC; }
span { border-color: rgb(171,219,188); }
td.TdClassName
{
border-color: #ABDBBC;
}
.TagClassName
{
border-color: #ABDBBC;
}
</style>