Shades of Fringy Flower #A9DCBB
Tints of Fringy Flower #A9DCBB
RGB
CMYK
RGB Variations
Color information
#A9DCBB (or 0xA9DCBB) is known color: Fringy Flower. HEX triplet: A9, DC and BB. RGB value is (169,220,187). Sum of RGB (Red+Green+Blue) = 169+220+187=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCBB is #562344. Grayscale: #C9C9C9. Windows color (decimal): -5645125 or 12311721. OLE color: 12311721.
HSL color Cylindrical-coordinate representation of color #A9DCBB: hue angle of 141.18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCBB is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 187 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.14 |
| HSL | 141.18º | 0.42% | 0.76% | - |
| HSV(B) | 141.18º | 0.23% | 0.86% | - |
| XYZ | 50.93 | 63.21 | 56.53 | - |
| YUV | 200.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 187 | 0.23 | 0 | 0.15 | 0.14 | 141.18 | 0.42 | 0.76 |
| Hex | A9 | DC | BB | 17 | 0 | F | E | 8D | 2A | 4C |
| Octal | 251 | 334 | 273 | 27 | 0 | 17 | 16 | 215 | 52 | 114 |
| Binary | 10101001 | 11011100 | 10111011 | 10111 | 0 | 1111 | 1110 | 10001101 | 101010 | 1001100 |
Color Harmonies of #A9DCBB
Complementary color
Monochromatic Colors of #A9DCBB
Black with #A9DCBB
Text Example
Text Example
White with #A9DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCBB; }
p { color: rgb(169,220,187); }
H1.HeaderClassName
{
color: #A9DCBB;
}
.AnyTagClassName
{
color: #A9DCBB;
}
</style>
background-color css
<style>
a { background-color: #A9DCBB; }
a { background-color: rgb(169,220,187); }
div.DivClassName
{
background-color: #A9DCBB;
}
.BgClassName
{
background-color: #A9DCBB;
}
</style>
border-color css
<style>
span { border-color: #A9DCBB; }
span { border-color: rgb(169,220,187); }
td.TdClassName
{
border-color: #A9DCBB;
}
.TagClassName
{
border-color: #A9DCBB;
}
</style>