Shades of Fringy Flower #B0FEBA
Tints of Fringy Flower #B0FEBA
RGB
CMYK
RGB Variations
Color information
#B0FEBA (or 0xB0FEBA) is known color: Fringy Flower. HEX triplet: B0, FE and BA. RGB value is (176,254,186). Sum of RGB (Red+Green+Blue) = 176+254+186=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEBA is #4F0145. Grayscale: #DFDFDF. Windows color (decimal): -5177670 or 12254896. OLE color: 12254896.
HSL color Cylindrical-coordinate representation of color #B0FEBA: hue angle of 127.69º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEBA is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 186 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.00 |
| HSL | 127.69º | 0.98% | 0.84% | - |
| HSV(B) | 127.69º | 0.31% | 1% | - |
| XYZ | 62.21 | 83.66 | 59.32 | - |
| YUV | 222.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 186 | 0.31 | 0 | 0.27 | 0.00 | 127.69 | 0.98 | 0.84 |
| Hex | B0 | FE | BA | 1F | 0 | 1B | 0 | 80 | 62 | 54 |
| Octal | 260 | 376 | 272 | 37 | 0 | 33 | 0 | 200 | 142 | 124 |
| Binary | 10110000 | 11111110 | 10111010 | 11111 | 0 | 11011 | 0 | 10000000 | 1100010 | 1010100 |
Color Harmonies of #B0FEBA
Complementary color
Monochromatic Colors of #B0FEBA
Black with #B0FEBA
Text Example
Text Example
White with #B0FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEBA; }
p { color: rgb(176,254,186); }
H1.HeaderClassName
{
color: #B0FEBA;
}
.AnyTagClassName
{
color: #B0FEBA;
}
</style>
background-color css
<style>
a { background-color: #B0FEBA; }
a { background-color: rgb(176,254,186); }
div.DivClassName
{
background-color: #B0FEBA;
}
.BgClassName
{
background-color: #B0FEBA;
}
</style>
border-color css
<style>
span { border-color: #B0FEBA; }
span { border-color: rgb(176,254,186); }
td.TdClassName
{
border-color: #B0FEBA;
}
.TagClassName
{
border-color: #B0FEBA;
}
</style>