Shades of Fringy Flower #B1F9BB
Tints of Fringy Flower #B1F9BB
RGB
CMYK
RGB Variations
Color information
#B1F9BB (or 0xB1F9BB) is known color: Fringy Flower. HEX triplet: B1, F9 and BB. RGB value is (177,249,187). Sum of RGB (Red+Green+Blue) = 177+249+187=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9BB is #4E0644. Grayscale: #DCDCDC. Windows color (decimal): -5113413 or 12319153. OLE color: 12319153.
HSL color Cylindrical-coordinate representation of color #B1F9BB: hue angle of 128.33º degrees, saturation: 0.86, 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 #B1F9BB is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 249 | 187 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.02 |
| HSL | 128.33º | 0.86% | 0.84% | - |
| HSV(B) | 128.33º | 0.29% | 0.98% | - |
| XYZ | 60.98 | 80.69 | 59.37 | - |
| YUV | 220.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 249 | 187 | 0.29 | 0 | 0.25 | 0.02 | 128.33 | 0.86 | 0.84 |
| Hex | B1 | F9 | BB | 1D | 0 | 19 | 2 | 80 | 56 | 54 |
| Octal | 261 | 371 | 273 | 35 | 0 | 31 | 2 | 200 | 126 | 124 |
| Binary | 10110001 | 11111001 | 10111011 | 11101 | 0 | 11001 | 10 | 10000000 | 1010110 | 1010100 |
Color Harmonies of #B1F9BB
Complementary color
Monochromatic Colors of #B1F9BB
Black with #B1F9BB
Text Example
Text Example
White with #B1F9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F9BB; }
p { color: rgb(177,249,187); }
H1.HeaderClassName
{
color: #B1F9BB;
}
.AnyTagClassName
{
color: #B1F9BB;
}
</style>
background-color css
<style>
a { background-color: #B1F9BB; }
a { background-color: rgb(177,249,187); }
div.DivClassName
{
background-color: #B1F9BB;
}
.BgClassName
{
background-color: #B1F9BB;
}
</style>
border-color css
<style>
span { border-color: #B1F9BB; }
span { border-color: rgb(177,249,187); }
td.TdClassName
{
border-color: #B1F9BB;
}
.TagClassName
{
border-color: #B1F9BB;
}
</style>