Shades of Fringy Flower #B1FEBE
Tints of Fringy Flower #B1FEBE
RGB
CMYK
RGB Variations
Color information
#B1FEBE (or 0xB1FEBE) is known color: Fringy Flower. HEX triplet: B1, FE and BE. RGB value is (177,254,190). Sum of RGB (Red+Green+Blue) = 177+254+190=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEBE is #4E0141. Grayscale: #DFDFDF. Windows color (decimal): -5112130 or 12517041. OLE color: 12517041.
HSL color Cylindrical-coordinate representation of color #B1FEBE: hue angle of 130.13º 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 #B1FEBE is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 190 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.00 |
| HSL | 130.13º | 0.97% | 0.85% | - |
| HSV(B) | 130.13º | 0.3% | 1% | - |
| XYZ | 62.87 | 83.95 | 61.61 | - |
| YUV | 223.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 190 | 0.30 | 0 | 0.25 | 0.00 | 130.13 | 0.97 | 0.85 |
| Hex | B1 | FE | BE | 1E | 0 | 19 | 0 | 82 | 61 | 55 |
| Octal | 261 | 376 | 276 | 36 | 0 | 31 | 0 | 202 | 141 | 125 |
| Binary | 10110001 | 11111110 | 10111110 | 11110 | 0 | 11001 | 0 | 10000010 | 1100001 | 1010101 |
Color Harmonies of #B1FEBE
Complementary color
Monochromatic Colors of #B1FEBE
Black with #B1FEBE
Text Example
Text Example
White with #B1FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEBE; }
p { color: rgb(177,254,190); }
H1.HeaderClassName
{
color: #B1FEBE;
}
.AnyTagClassName
{
color: #B1FEBE;
}
</style>
background-color css
<style>
a { background-color: #B1FEBE; }
a { background-color: rgb(177,254,190); }
div.DivClassName
{
background-color: #B1FEBE;
}
.BgClassName
{
background-color: #B1FEBE;
}
</style>
border-color css
<style>
span { border-color: #B1FEBE; }
span { border-color: rgb(177,254,190); }
td.TdClassName
{
border-color: #B1FEBE;
}
.TagClassName
{
border-color: #B1FEBE;
}
</style>