Shades of Fringy Flower #B1FFBD
Tints of Fringy Flower #B1FFBD
RGB
CMYK
RGB Variations
Color information
#B1FFBD (or 0xB1FFBD) is known color: Fringy Flower. HEX triplet: B1, FF and BD. RGB value is (177,255,189). Sum of RGB (Red+Green+Blue) = 177+255+189=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFBD is #4E0042. Grayscale: #E0E0E0. Windows color (decimal): -5111875 or 12451761. OLE color: 12451761.
HSL color Cylindrical-coordinate representation of color #B1FFBD: hue angle of 129.23º 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 #B1FFBD is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 189 | - |
| CMYK | 0.31 | 0 | 0.26 | 0 |
| HSL | 129.23º | 1% | 0.85% | - |
| HSV(B) | 129.23º | 0.31% | 1% | - |
| XYZ | 63.08 | 84.54 | 61.14 | - |
| YUV | 224.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 189 | 0.31 | 0 | 0.26 | 0 | 129.23 | 1 | 0.85 |
| Hex | B1 | FF | BD | 1F | 0 | 1A | 0 | 81 | 64 | 55 |
| Octal | 261 | 377 | 275 | 37 | 0 | 32 | 0 | 201 | 144 | 125 |
| Binary | 10110001 | 11111111 | 10111101 | 11111 | 0 | 11010 | 0 | 10000001 | 1100100 | 1010101 |
Color Harmonies of #B1FFBD
Complementary color
Monochromatic Colors of #B1FFBD
Black with #B1FFBD
Text Example
Text Example
White with #B1FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFBD; }
p { color: rgb(177,255,189); }
H1.HeaderClassName
{
color: #B1FFBD;
}
.AnyTagClassName
{
color: #B1FFBD;
}
</style>
background-color css
<style>
a { background-color: #B1FFBD; }
a { background-color: rgb(177,255,189); }
div.DivClassName
{
background-color: #B1FFBD;
}
.BgClassName
{
background-color: #B1FFBD;
}
</style>
border-color css
<style>
span { border-color: #B1FFBD; }
span { border-color: rgb(177,255,189); }
td.TdClassName
{
border-color: #B1FFBD;
}
.TagClassName
{
border-color: #B1FFBD;
}
</style>