Shades of Fringy Flower #B1EEBE
Tints of Fringy Flower #B1EEBE
RGB
CMYK
RGB Variations
Color information
#B1EEBE (or 0xB1EEBE) is known color: Fringy Flower. HEX triplet: B1, EE and BE. RGB value is (177,238,190). Sum of RGB (Red+Green+Blue) = 177+238+190=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEBE is #4E1141. Grayscale: #D6D6D6. Windows color (decimal): -5116226 or 12512945. OLE color: 12512945.
HSL color Cylindrical-coordinate representation of color #B1EEBE: hue angle of 132.79º 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 #B1EEBE is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 190 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.07 |
| HSL | 132.79º | 0.64% | 0.81% | - |
| HSV(B) | 132.79º | 0.26% | 0.93% | - |
| XYZ | 58 | 74.21 | 59.98 | - |
| YUV | 214.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 190 | 0.26 | 0 | 0.20 | 0.07 | 132.79 | 0.64 | 0.81 |
| Hex | B1 | EE | BE | 1A | 0 | 14 | 7 | 85 | 40 | 51 |
| Octal | 261 | 356 | 276 | 32 | 0 | 24 | 7 | 205 | 100 | 121 |
| Binary | 10110001 | 11101110 | 10111110 | 11010 | 0 | 10100 | 111 | 10000101 | 1000000 | 1010001 |
Color Harmonies of #B1EEBE
Complementary color
Monochromatic Colors of #B1EEBE
Black with #B1EEBE
Text Example
Text Example
White with #B1EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEBE; }
p { color: rgb(177,238,190); }
H1.HeaderClassName
{
color: #B1EEBE;
}
.AnyTagClassName
{
color: #B1EEBE;
}
</style>
background-color css
<style>
a { background-color: #B1EEBE; }
a { background-color: rgb(177,238,190); }
div.DivClassName
{
background-color: #B1EEBE;
}
.BgClassName
{
background-color: #B1EEBE;
}
</style>
border-color css
<style>
span { border-color: #B1EEBE; }
span { border-color: rgb(177,238,190); }
td.TdClassName
{
border-color: #B1EEBE;
}
.TagClassName
{
border-color: #B1EEBE;
}
</style>