Shades of Fringy Flower #B1E2BF
Tints of Fringy Flower #B1E2BF
RGB
CMYK
RGB Variations
Color information
#B1E2BF (or 0xB1E2BF) is known color: Fringy Flower. HEX triplet: B1, E2 and BF. RGB value is (177,226,191). Sum of RGB (Red+Green+Blue) = 177+226+191=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2BF is #4E1D40. Grayscale: #CFCFCF. Windows color (decimal): -5119297 or 12575409. OLE color: 12575409.
HSL color Cylindrical-coordinate representation of color #B1E2BF: hue angle of 137.14º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E2BF is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 191 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.11 |
| HSL | 137.14º | 0.46% | 0.79% | - |
| HSV(B) | 137.14º | 0.22% | 0.89% | - |
| XYZ | 54.73 | 67.5 | 59.43 | - |
| YUV | 207.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 191 | 0.22 | 0 | 0.15 | 0.11 | 137.14 | 0.46 | 0.79 |
| Hex | B1 | E2 | BF | 16 | 0 | F | B | 89 | 2E | 4F |
| Octal | 261 | 342 | 277 | 26 | 0 | 17 | 13 | 211 | 56 | 117 |
| Binary | 10110001 | 11100010 | 10111111 | 10110 | 0 | 1111 | 1011 | 10001001 | 101110 | 1001111 |
Color Harmonies of #B1E2BF
Complementary color
Monochromatic Colors of #B1E2BF
Black with #B1E2BF
Text Example
Text Example
White with #B1E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E2BF; }
p { color: rgb(177,226,191); }
H1.HeaderClassName
{
color: #B1E2BF;
}
.AnyTagClassName
{
color: #B1E2BF;
}
</style>
background-color css
<style>
a { background-color: #B1E2BF; }
a { background-color: rgb(177,226,191); }
div.DivClassName
{
background-color: #B1E2BF;
}
.BgClassName
{
background-color: #B1E2BF;
}
</style>
border-color css
<style>
span { border-color: #B1E2BF; }
span { border-color: rgb(177,226,191); }
td.TdClassName
{
border-color: #B1E2BF;
}
.TagClassName
{
border-color: #B1E2BF;
}
</style>