Shades of Fringy Flower #B1F7BA
Tints of Fringy Flower #B1F7BA
RGB
CMYK
RGB Variations
Color information
#B1F7BA (or 0xB1F7BA) is known color: Fringy Flower. HEX triplet: B1, F7 and BA. RGB value is (177,247,186). Sum of RGB (Red+Green+Blue) = 177+247+186=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F7BA is #4E0845. Grayscale: #DBDBDB. Windows color (decimal): -5113926 or 12253105. OLE color: 12253105.
HSL color Cylindrical-coordinate representation of color #B1F7BA: hue angle of 127.71º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F7BA is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 247 | 186 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.03 |
| HSL | 127.71º | 0.81% | 0.83% | - |
| HSV(B) | 127.71º | 0.28% | 0.97% | - |
| XYZ | 60.26 | 79.41 | 58.61 | - |
| YUV | 219.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 247 | 186 | 0.28 | 0 | 0.25 | 0.03 | 127.71 | 0.81 | 0.83 |
| Hex | B1 | F7 | BA | 1C | 0 | 19 | 3 | 80 | 51 | 53 |
| Octal | 261 | 367 | 272 | 34 | 0 | 31 | 3 | 200 | 121 | 123 |
| Binary | 10110001 | 11110111 | 10111010 | 11100 | 0 | 11001 | 11 | 10000000 | 1010001 | 1010011 |
Color Harmonies of #B1F7BA
Complementary color
Monochromatic Colors of #B1F7BA
Black with #B1F7BA
Text Example
Text Example
White with #B1F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F7BA; }
p { color: rgb(177,247,186); }
H1.HeaderClassName
{
color: #B1F7BA;
}
.AnyTagClassName
{
color: #B1F7BA;
}
</style>
background-color css
<style>
a { background-color: #B1F7BA; }
a { background-color: rgb(177,247,186); }
div.DivClassName
{
background-color: #B1F7BA;
}
.BgClassName
{
background-color: #B1F7BA;
}
</style>
border-color css
<style>
span { border-color: #B1F7BA; }
span { border-color: rgb(177,247,186); }
td.TdClassName
{
border-color: #B1F7BA;
}
.TagClassName
{
border-color: #B1F7BA;
}
</style>