Shades of Fringy Flower #B1EEBA
Tints of Fringy Flower #B1EEBA
RGB
CMYK
RGB Variations
Color information
#B1EEBA (or 0xB1EEBA) is known color: Fringy Flower. HEX triplet: B1, EE and BA. RGB value is (177,238,186). Sum of RGB (Red+Green+Blue) = 177+238+186=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEBA is #4E1145. Grayscale: #D5D5D5. Windows color (decimal): -5116230 or 12250801. OLE color: 12250801.
HSL color Cylindrical-coordinate representation of color #B1EEBA: hue angle of 128.85º 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 #B1EEBA is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 186 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.07 |
| HSL | 128.85º | 0.64% | 0.81% | - |
| HSV(B) | 128.85º | 0.26% | 0.93% | - |
| XYZ | 57.57 | 74.04 | 57.71 | - |
| YUV | 213.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 186 | 0.26 | 0 | 0.22 | 0.07 | 128.85 | 0.64 | 0.81 |
| Hex | B1 | EE | BA | 1A | 0 | 16 | 7 | 81 | 40 | 51 |
| Octal | 261 | 356 | 272 | 32 | 0 | 26 | 7 | 201 | 100 | 121 |
| Binary | 10110001 | 11101110 | 10111010 | 11010 | 0 | 10110 | 111 | 10000001 | 1000000 | 1010001 |
Color Harmonies of #B1EEBA
Complementary color
Monochromatic Colors of #B1EEBA
Black with #B1EEBA
Text Example
Text Example
White with #B1EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEBA; }
p { color: rgb(177,238,186); }
H1.HeaderClassName
{
color: #B1EEBA;
}
.AnyTagClassName
{
color: #B1EEBA;
}
</style>
background-color css
<style>
a { background-color: #B1EEBA; }
a { background-color: rgb(177,238,186); }
div.DivClassName
{
background-color: #B1EEBA;
}
.BgClassName
{
background-color: #B1EEBA;
}
</style>
border-color css
<style>
span { border-color: #B1EEBA; }
span { border-color: rgb(177,238,186); }
td.TdClassName
{
border-color: #B1EEBA;
}
.TagClassName
{
border-color: #B1EEBA;
}
</style>