Shades of Fringy Flower #B1FFBF
Tints of Fringy Flower #B1FFBF
RGB
CMYK
RGB Variations
Color information
#B1FFBF (or 0xB1FFBF) is known color: Fringy Flower. HEX triplet: B1, FF and BF. RGB value is (177,255,191). Sum of RGB (Red+Green+Blue) = 177+255+191=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFBF is #4E0040. Grayscale: #E0E0E0. Windows color (decimal): -5111873 or 12582833. OLE color: 12582833.
HSL color Cylindrical-coordinate representation of color #B1FFBF: hue angle of 130.77º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFBF is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 191 | - |
| CMYK | 0.31 | 0 | 0.25 | 0 |
| HSL | 130.77º | 1% | 0.85% | - |
| HSV(B) | 130.77º | 0.31% | 1% | - |
| XYZ | 63.3 | 84.63 | 62.29 | - |
| YUV | 224.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 191 | 0.31 | 0 | 0.25 | 0 | 130.77 | 1 | 0.85 |
| Hex | B1 | FF | BF | 1F | 0 | 19 | 0 | 83 | 64 | 55 |
| Octal | 261 | 377 | 277 | 37 | 0 | 31 | 0 | 203 | 144 | 125 |
| Binary | 10110001 | 11111111 | 10111111 | 11111 | 0 | 11001 | 0 | 10000011 | 1100100 | 1010101 |
Color Harmonies of #B1FFBF
Complementary color
Monochromatic Colors of #B1FFBF
Black with #B1FFBF
Text Example
Text Example
White with #B1FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFBF; }
p { color: rgb(177,255,191); }
H1.HeaderClassName
{
color: #B1FFBF;
}
.AnyTagClassName
{
color: #B1FFBF;
}
</style>
background-color css
<style>
a { background-color: #B1FFBF; }
a { background-color: rgb(177,255,191); }
div.DivClassName
{
background-color: #B1FFBF;
}
.BgClassName
{
background-color: #B1FFBF;
}
</style>
border-color css
<style>
span { border-color: #B1FFBF; }
span { border-color: rgb(177,255,191); }
td.TdClassName
{
border-color: #B1FFBF;
}
.TagClassName
{
border-color: #B1FFBF;
}
</style>