Shades of Fringy Flower #A8F7BC
Tints of Fringy Flower #A8F7BC
RGB
CMYK
RGB Variations
Color information
#A8F7BC (or 0xA8F7BC) is known color: Fringy Flower. HEX triplet: A8, F7 and BC. RGB value is (168,247,188). Sum of RGB (Red+Green+Blue) = 168+247+188=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F7BC is #570843. Grayscale: #D8D8D8. Windows color (decimal): -5703748 or 12384168. OLE color: 12384168.
HSL color Cylindrical-coordinate representation of color #A8F7BC: hue angle of 135.19º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F7BC is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 188 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.03 |
| HSL | 135.19º | 0.83% | 0.81% | - |
| HSV(B) | 135.19º | 0.32% | 0.97% | - |
| XYZ | 58.49 | 78.48 | 59.64 | - |
| YUV | 216.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 188 | 0.32 | 0 | 0.24 | 0.03 | 135.19 | 0.83 | 0.81 |
| Hex | A8 | F7 | BC | 20 | 0 | 18 | 3 | 87 | 53 | 51 |
| Octal | 250 | 367 | 274 | 40 | 0 | 30 | 3 | 207 | 123 | 121 |
| Binary | 10101000 | 11110111 | 10111100 | 100000 | 0 | 11000 | 11 | 10000111 | 1010011 | 1010001 |
Color Harmonies of #A8F7BC
Complementary color
Monochromatic Colors of #A8F7BC
Black with #A8F7BC
Text Example
Text Example
White with #A8F7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F7BC; }
p { color: rgb(168,247,188); }
H1.HeaderClassName
{
color: #A8F7BC;
}
.AnyTagClassName
{
color: #A8F7BC;
}
</style>
background-color css
<style>
a { background-color: #A8F7BC; }
a { background-color: rgb(168,247,188); }
div.DivClassName
{
background-color: #A8F7BC;
}
.BgClassName
{
background-color: #A8F7BC;
}
</style>
border-color css
<style>
span { border-color: #A8F7BC; }
span { border-color: rgb(168,247,188); }
td.TdClassName
{
border-color: #A8F7BC;
}
.TagClassName
{
border-color: #A8F7BC;
}
</style>