Shades of Fringy Flower #B1EEBB
Tints of Fringy Flower #B1EEBB
RGB
CMYK
RGB Variations
Color information
#B1EEBB (or 0xB1EEBB) is known color: Fringy Flower. HEX triplet: B1, EE and BB. RGB value is (177,238,187). Sum of RGB (Red+Green+Blue) = 177+238+187=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEBB is #4E1144. Grayscale: #D6D6D6. Windows color (decimal): -5116229 or 12316337. OLE color: 12316337.
HSL color Cylindrical-coordinate representation of color #B1EEBB: hue angle of 129.84º 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 #B1EEBB is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 187 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.07 |
| HSL | 129.84º | 0.64% | 0.81% | - |
| HSV(B) | 129.84º | 0.26% | 0.93% | - |
| XYZ | 57.68 | 74.08 | 58.27 | - |
| YUV | 213.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 187 | 0.26 | 0 | 0.21 | 0.07 | 129.84 | 0.64 | 0.81 |
| Hex | B1 | EE | BB | 1A | 0 | 15 | 7 | 82 | 40 | 51 |
| Octal | 261 | 356 | 273 | 32 | 0 | 25 | 7 | 202 | 100 | 121 |
| Binary | 10110001 | 11101110 | 10111011 | 11010 | 0 | 10101 | 111 | 10000010 | 1000000 | 1010001 |
Color Harmonies of #B1EEBB
Complementary color
Monochromatic Colors of #B1EEBB
Black with #B1EEBB
Text Example
Text Example
White with #B1EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEBB; }
p { color: rgb(177,238,187); }
H1.HeaderClassName
{
color: #B1EEBB;
}
.AnyTagClassName
{
color: #B1EEBB;
}
</style>
background-color css
<style>
a { background-color: #B1EEBB; }
a { background-color: rgb(177,238,187); }
div.DivClassName
{
background-color: #B1EEBB;
}
.BgClassName
{
background-color: #B1EEBB;
}
</style>
border-color css
<style>
span { border-color: #B1EEBB; }
span { border-color: rgb(177,238,187); }
td.TdClassName
{
border-color: #B1EEBB;
}
.TagClassName
{
border-color: #B1EEBB;
}
</style>