Shades of Fringy Flower #B1EEBF
Tints of Fringy Flower #B1EEBF
RGB
CMYK
RGB Variations
Color information
#B1EEBF (or 0xB1EEBF) is known color: Fringy Flower. HEX triplet: B1, EE and BF. RGB value is (177,238,191). Sum of RGB (Red+Green+Blue) = 177+238+191=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEBF is #4E1140. Grayscale: #D6D6D6. Windows color (decimal): -5116225 or 12578481. OLE color: 12578481.
HSL color Cylindrical-coordinate representation of color #B1EEBF: hue angle of 133.77º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEBF is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 191 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.07 |
| HSL | 133.77º | 0.64% | 0.81% | - |
| HSV(B) | 133.77º | 0.26% | 0.93% | - |
| XYZ | 58.11 | 74.26 | 60.56 | - |
| YUV | 214.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 191 | 0.26 | 0 | 0.20 | 0.07 | 133.77 | 0.64 | 0.81 |
| Hex | B1 | EE | BF | 1A | 0 | 14 | 7 | 86 | 40 | 51 |
| Octal | 261 | 356 | 277 | 32 | 0 | 24 | 7 | 206 | 100 | 121 |
| Binary | 10110001 | 11101110 | 10111111 | 11010 | 0 | 10100 | 111 | 10000110 | 1000000 | 1010001 |
Color Harmonies of #B1EEBF
Complementary color
Monochromatic Colors of #B1EEBF
Black with #B1EEBF
Text Example
Text Example
White with #B1EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEBF; }
p { color: rgb(177,238,191); }
H1.HeaderClassName
{
color: #B1EEBF;
}
.AnyTagClassName
{
color: #B1EEBF;
}
</style>
background-color css
<style>
a { background-color: #B1EEBF; }
a { background-color: rgb(177,238,191); }
div.DivClassName
{
background-color: #B1EEBF;
}
.BgClassName
{
background-color: #B1EEBF;
}
</style>
border-color css
<style>
span { border-color: #B1EEBF; }
span { border-color: rgb(177,238,191); }
td.TdClassName
{
border-color: #B1EEBF;
}
.TagClassName
{
border-color: #B1EEBF;
}
</style>