Shades of Fringy Flower #B1FFBB
Tints of Fringy Flower #B1FFBB
RGB
CMYK
RGB Variations
Color information
#B1FFBB (or 0xB1FFBB) is known color: Fringy Flower. HEX triplet: B1, FF and BB. RGB value is (177,255,187). Sum of RGB (Red+Green+Blue) = 177+255+187=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFBB is #4E0044. Grayscale: #E0E0E0. Windows color (decimal): -5111877 or 12320689. OLE color: 12320689.
HSL color Cylindrical-coordinate representation of color #B1FFBB: hue angle of 127.69º 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 #B1FFBB is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 187 | - |
| CMYK | 0.31 | 0 | 0.27 | 0 |
| HSL | 127.69º | 1% | 0.85% | - |
| HSV(B) | 127.69º | 0.31% | 1% | - |
| XYZ | 62.86 | 84.45 | 60 | - |
| YUV | 223.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 187 | 0.31 | 0 | 0.27 | 0 | 127.69 | 1 | 0.85 |
| Hex | B1 | FF | BB | 1F | 0 | 1B | 0 | 80 | 64 | 55 |
| Octal | 261 | 377 | 273 | 37 | 0 | 33 | 0 | 200 | 144 | 125 |
| Binary | 10110001 | 11111111 | 10111011 | 11111 | 0 | 11011 | 0 | 10000000 | 1100100 | 1010101 |
Color Harmonies of #B1FFBB
Complementary color
Monochromatic Colors of #B1FFBB
Black with #B1FFBB
Text Example
Text Example
White with #B1FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFBB; }
p { color: rgb(177,255,187); }
H1.HeaderClassName
{
color: #B1FFBB;
}
.AnyTagClassName
{
color: #B1FFBB;
}
</style>
background-color css
<style>
a { background-color: #B1FFBB; }
a { background-color: rgb(177,255,187); }
div.DivClassName
{
background-color: #B1FFBB;
}
.BgClassName
{
background-color: #B1FFBB;
}
</style>
border-color css
<style>
span { border-color: #B1FFBB; }
span { border-color: rgb(177,255,187); }
td.TdClassName
{
border-color: #B1FFBB;
}
.TagClassName
{
border-color: #B1FFBB;
}
</style>