Shades of Fringy Flower #A6E4BC
Tints of Fringy Flower #A6E4BC
RGB
CMYK
RGB Variations
Color information
#A6E4BC (or 0xA6E4BC) is known color: Fringy Flower. HEX triplet: A6, E4 and BC. RGB value is (166,228,188). Sum of RGB (Red+Green+Blue) = 166+228+188=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4BC is #591B43. Grayscale: #CDCDCD. Windows color (decimal): -5839684 or 12379302. OLE color: 12379302.
HSL color Cylindrical-coordinate representation of color #A6E4BC: hue angle of 141.29º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4BC is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 188 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.11 |
| HSL | 141.29º | 0.53% | 0.77% | - |
| HSV(B) | 141.29º | 0.27% | 0.89% | - |
| XYZ | 52.55 | 67.22 | 57.78 | - |
| YUV | 204.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 188 | 0.27 | 0 | 0.18 | 0.11 | 141.29 | 0.53 | 0.77 |
| Hex | A6 | E4 | BC | 1B | 0 | 12 | B | 8D | 35 | 4D |
| Octal | 246 | 344 | 274 | 33 | 0 | 22 | 13 | 215 | 65 | 115 |
| Binary | 10100110 | 11100100 | 10111100 | 11011 | 0 | 10010 | 1011 | 10001101 | 110101 | 1001101 |
Color Harmonies of #A6E4BC
Complementary color
Monochromatic Colors of #A6E4BC
Black with #A6E4BC
Text Example
Text Example
White with #A6E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E4BC; }
p { color: rgb(166,228,188); }
H1.HeaderClassName
{
color: #A6E4BC;
}
.AnyTagClassName
{
color: #A6E4BC;
}
</style>
background-color css
<style>
a { background-color: #A6E4BC; }
a { background-color: rgb(166,228,188); }
div.DivClassName
{
background-color: #A6E4BC;
}
.BgClassName
{
background-color: #A6E4BC;
}
</style>
border-color css
<style>
span { border-color: #A6E4BC; }
span { border-color: rgb(166,228,188); }
td.TdClassName
{
border-color: #A6E4BC;
}
.TagClassName
{
border-color: #A6E4BC;
}
</style>