Shades of Fringy Flower #B1E4BB
Tints of Fringy Flower #B1E4BB
RGB
CMYK
RGB Variations
Color information
#B1E4BB (or 0xB1E4BB) is known color: Fringy Flower. HEX triplet: B1, E4 and BB. RGB value is (177,228,187). Sum of RGB (Red+Green+Blue) = 177+228+187=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E4BB is #4E1B44. Grayscale: #D0D0D0. Windows color (decimal): -5118789 or 12313777. OLE color: 12313777.
HSL color Cylindrical-coordinate representation of color #B1E4BB: hue angle of 131.76º degrees, saturation: 0.49, 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 #B1E4BB is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 187 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.11 |
| HSL | 131.76º | 0.49% | 0.79% | - |
| HSV(B) | 131.76º | 0.22% | 0.89% | - |
| XYZ | 54.84 | 68.42 | 57.33 | - |
| YUV | 208.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 187 | 0.22 | 0 | 0.18 | 0.11 | 131.76 | 0.49 | 0.79 |
| Hex | B1 | E4 | BB | 16 | 0 | 12 | B | 84 | 31 | 4F |
| Octal | 261 | 344 | 273 | 26 | 0 | 22 | 13 | 204 | 61 | 117 |
| Binary | 10110001 | 11100100 | 10111011 | 10110 | 0 | 10010 | 1011 | 10000100 | 110001 | 1001111 |
Color Harmonies of #B1E4BB
Complementary color
Monochromatic Colors of #B1E4BB
Black with #B1E4BB
Text Example
Text Example
White with #B1E4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E4BB; }
p { color: rgb(177,228,187); }
H1.HeaderClassName
{
color: #B1E4BB;
}
.AnyTagClassName
{
color: #B1E4BB;
}
</style>
background-color css
<style>
a { background-color: #B1E4BB; }
a { background-color: rgb(177,228,187); }
div.DivClassName
{
background-color: #B1E4BB;
}
.BgClassName
{
background-color: #B1E4BB;
}
</style>
border-color css
<style>
span { border-color: #B1E4BB; }
span { border-color: rgb(177,228,187); }
td.TdClassName
{
border-color: #B1E4BB;
}
.TagClassName
{
border-color: #B1E4BB;
}
</style>