Shades of Fringy Flower #B1FEB9
Tints of Fringy Flower #B1FEB9
RGB
CMYK
RGB Variations
Color information
#B1FEB9 (or 0xB1FEB9) is known color: Fringy Flower. HEX triplet: B1, FE and B9. RGB value is (177,254,185). Sum of RGB (Red+Green+Blue) = 177+254+185=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEB9 is #4E0146. Grayscale: #DFDFDF. Windows color (decimal): -5112135 or 12189361. OLE color: 12189361.
HSL color Cylindrical-coordinate representation of color #B1FEB9: hue angle of 126.23º 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 #B1FEB9 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 185 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.00 |
| HSL | 126.23º | 0.97% | 0.85% | - |
| HSV(B) | 126.23º | 0.3% | 1% | - |
| XYZ | 62.33 | 83.73 | 58.78 | - |
| YUV | 223.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 185 | 0.30 | 0 | 0.27 | 0.00 | 126.23 | 0.97 | 0.85 |
| Hex | B1 | FE | B9 | 1E | 0 | 1B | 0 | 7E | 61 | 55 |
| Octal | 261 | 376 | 271 | 36 | 0 | 33 | 0 | 176 | 141 | 125 |
| Binary | 10110001 | 11111110 | 10111001 | 11110 | 0 | 11011 | 0 | 1111110 | 1100001 | 1010101 |
Color Harmonies of #B1FEB9
Complementary color
Monochromatic Colors of #B1FEB9
Black with #B1FEB9
Text Example
Text Example
White with #B1FEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEB9; }
p { color: rgb(177,254,185); }
H1.HeaderClassName
{
color: #B1FEB9;
}
.AnyTagClassName
{
color: #B1FEB9;
}
</style>
background-color css
<style>
a { background-color: #B1FEB9; }
a { background-color: rgb(177,254,185); }
div.DivClassName
{
background-color: #B1FEB9;
}
.BgClassName
{
background-color: #B1FEB9;
}
</style>
border-color css
<style>
span { border-color: #B1FEB9; }
span { border-color: rgb(177,254,185); }
td.TdClassName
{
border-color: #B1FEB9;
}
.TagClassName
{
border-color: #B1FEB9;
}
</style>