Shades of Fringy Flower #A8FFBC
Tints of Fringy Flower #A8FFBC
RGB
CMYK
RGB Variations
Color information
#A8FFBC (or 0xA8FFBC) is known color: Fringy Flower. HEX triplet: A8, FF and BC. RGB value is (168,255,188). Sum of RGB (Red+Green+Blue) = 168+255+188=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFBC is #570043. Grayscale: #DDDDDD. Windows color (decimal): -5701700 or 12386216. OLE color: 12386216.
HSL color Cylindrical-coordinate representation of color #A8FFBC: hue angle of 133.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFBC is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 188 | - |
| CMYK | 0.34 | 0 | 0.26 | 0 |
| HSL | 133.79º | 1% | 0.83% | - |
| HSV(B) | 133.79º | 0.34% | 1% | - |
| XYZ | 60.99 | 83.48 | 60.48 | - |
| YUV | 221.35 | 109.18 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 188 | 0.34 | 0 | 0.26 | 0 | 133.79 | 1 | 0.83 |
| Hex | A8 | FF | BC | 22 | 0 | 1A | 0 | 86 | 64 | 53 |
| Octal | 250 | 377 | 274 | 42 | 0 | 32 | 0 | 206 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10111100 | 100010 | 0 | 11010 | 0 | 10000110 | 1100100 | 1010011 |
Color Harmonies of #A8FFBC
Complementary color
Monochromatic Colors of #A8FFBC
Black with #A8FFBC
Text Example
Text Example
White with #A8FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFBC; }
p { color: rgb(168,255,188); }
H1.HeaderClassName
{
color: #A8FFBC;
}
.AnyTagClassName
{
color: #A8FFBC;
}
</style>
background-color css
<style>
a { background-color: #A8FFBC; }
a { background-color: rgb(168,255,188); }
div.DivClassName
{
background-color: #A8FFBC;
}
.BgClassName
{
background-color: #A8FFBC;
}
</style>
border-color css
<style>
span { border-color: #A8FFBC; }
span { border-color: rgb(168,255,188); }
td.TdClassName
{
border-color: #A8FFBC;
}
.TagClassName
{
border-color: #A8FFBC;
}
</style>