Shades of Fringy Flower #A9DCBC
Tints of Fringy Flower #A9DCBC
RGB
CMYK
RGB Variations
Color information
#A9DCBC (or 0xA9DCBC) is known color: Fringy Flower. HEX triplet: A9, DC and BC. RGB value is (169,220,188). Sum of RGB (Red+Green+Blue) = 169+220+188=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCBC is #562343. Grayscale: #C9C9C9. Windows color (decimal): -5645124 or 12377257. OLE color: 12377257.
HSL color Cylindrical-coordinate representation of color #A9DCBC: hue angle of 142.35º 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 #A9DCBC is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 188 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.14 |
| HSL | 142.35º | 0.42% | 0.76% | - |
| HSV(B) | 142.35º | 0.23% | 0.86% | - |
| XYZ | 51.03 | 63.25 | 57.1 | - |
| YUV | 201.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 188 | 0.23 | 0 | 0.15 | 0.14 | 142.35 | 0.42 | 0.76 |
| Hex | A9 | DC | BC | 17 | 0 | F | E | 8E | 2A | 4C |
| Octal | 251 | 334 | 274 | 27 | 0 | 17 | 16 | 216 | 52 | 114 |
| Binary | 10101001 | 11011100 | 10111100 | 10111 | 0 | 1111 | 1110 | 10001110 | 101010 | 1001100 |
Color Harmonies of #A9DCBC
Complementary color
Monochromatic Colors of #A9DCBC
Black with #A9DCBC
Text Example
Text Example
White with #A9DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCBC; }
p { color: rgb(169,220,188); }
H1.HeaderClassName
{
color: #A9DCBC;
}
.AnyTagClassName
{
color: #A9DCBC;
}
</style>
background-color css
<style>
a { background-color: #A9DCBC; }
a { background-color: rgb(169,220,188); }
div.DivClassName
{
background-color: #A9DCBC;
}
.BgClassName
{
background-color: #A9DCBC;
}
</style>
border-color css
<style>
span { border-color: #A9DCBC; }
span { border-color: rgb(169,220,188); }
td.TdClassName
{
border-color: #A9DCBC;
}
.TagClassName
{
border-color: #A9DCBC;
}
</style>