Shades of Fringy Flower #B1FBBE
Tints of Fringy Flower #B1FBBE
RGB
CMYK
RGB Variations
Color information
#B1FBBE (or 0xB1FBBE) is known color: Fringy Flower. HEX triplet: B1, FB and BE. RGB value is (177,251,190). Sum of RGB (Red+Green+Blue) = 177+251+190=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBBE is #4E0441. Grayscale: #DEDEDE. Windows color (decimal): -5112898 or 12516273. OLE color: 12516273.
HSL color Cylindrical-coordinate representation of color #B1FBBE: hue angle of 130.54º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBBE is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 190 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.02 |
| HSL | 130.54º | 0.9% | 0.84% | - |
| HSV(B) | 130.54º | 0.29% | 0.98% | - |
| XYZ | 61.92 | 82.06 | 61.29 | - |
| YUV | 221.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 190 | 0.29 | 0 | 0.24 | 0.02 | 130.54 | 0.9 | 0.84 |
| Hex | B1 | FB | BE | 1D | 0 | 18 | 2 | 83 | 5A | 54 |
| Octal | 261 | 373 | 276 | 35 | 0 | 30 | 2 | 203 | 132 | 124 |
| Binary | 10110001 | 11111011 | 10111110 | 11101 | 0 | 11000 | 10 | 10000011 | 1011010 | 1010100 |
Color Harmonies of #B1FBBE
Complementary color
Monochromatic Colors of #B1FBBE
Black with #B1FBBE
Text Example
Text Example
White with #B1FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FBBE; }
p { color: rgb(177,251,190); }
H1.HeaderClassName
{
color: #B1FBBE;
}
.AnyTagClassName
{
color: #B1FBBE;
}
</style>
background-color css
<style>
a { background-color: #B1FBBE; }
a { background-color: rgb(177,251,190); }
div.DivClassName
{
background-color: #B1FBBE;
}
.BgClassName
{
background-color: #B1FBBE;
}
</style>
border-color css
<style>
span { border-color: #B1FBBE; }
span { border-color: rgb(177,251,190); }
td.TdClassName
{
border-color: #B1FBBE;
}
.TagClassName
{
border-color: #B1FBBE;
}
</style>