Shades of Fringy Flower #B1FEBB
Tints of Fringy Flower #B1FEBB
RGB
CMYK
RGB Variations
Color information
#B1FEBB (or 0xB1FEBB) is known color: Fringy Flower. HEX triplet: B1, FE and BB. RGB value is (177,254,187). Sum of RGB (Red+Green+Blue) = 177+254+187=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEBB is #4E0144. Grayscale: #DFDFDF. Windows color (decimal): -5112133 or 12320433. OLE color: 12320433.
HSL color Cylindrical-coordinate representation of color #B1FEBB: hue angle of 127.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEBB is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 187 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.00 |
| HSL | 127.79º | 0.97% | 0.85% | - |
| HSV(B) | 127.79º | 0.3% | 1% | - |
| XYZ | 62.54 | 83.82 | 59.9 | - |
| YUV | 223.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 187 | 0.30 | 0 | 0.26 | 0.00 | 127.79 | 0.97 | 0.85 |
| Hex | B1 | FE | BB | 1E | 0 | 1A | 0 | 80 | 61 | 55 |
| Octal | 261 | 376 | 273 | 36 | 0 | 32 | 0 | 200 | 141 | 125 |
| Binary | 10110001 | 11111110 | 10111011 | 11110 | 0 | 11010 | 0 | 10000000 | 1100001 | 1010101 |
Color Harmonies of #B1FEBB
Complementary color
Monochromatic Colors of #B1FEBB
Black with #B1FEBB
Text Example
Text Example
White with #B1FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEBB; }
p { color: rgb(177,254,187); }
H1.HeaderClassName
{
color: #B1FEBB;
}
.AnyTagClassName
{
color: #B1FEBB;
}
</style>
background-color css
<style>
a { background-color: #B1FEBB; }
a { background-color: rgb(177,254,187); }
div.DivClassName
{
background-color: #B1FEBB;
}
.BgClassName
{
background-color: #B1FEBB;
}
</style>
border-color css
<style>
span { border-color: #B1FEBB; }
span { border-color: rgb(177,254,187); }
td.TdClassName
{
border-color: #B1FEBB;
}
.TagClassName
{
border-color: #B1FEBB;
}
</style>