Shades of Fringy Flower #B1E3BB
Tints of Fringy Flower #B1E3BB
RGB
CMYK
RGB Variations
Color information
#B1E3BB (or 0xB1E3BB) is known color: Fringy Flower. HEX triplet: B1, E3 and BB. RGB value is (177,227,187). Sum of RGB (Red+Green+Blue) = 177+227+187=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E3BB is #4E1C44. Grayscale: #CFCFCF. Windows color (decimal): -5119045 or 12313521. OLE color: 12313521.
HSL color Cylindrical-coordinate representation of color #B1E3BB: hue angle of 132º degrees, saturation: 0.47, 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 #B1E3BB is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 187 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.11 |
| HSL | 132º | 0.47% | 0.79% | - |
| HSV(B) | 132º | 0.22% | 0.89% | - |
| XYZ | 54.57 | 67.87 | 57.24 | - |
| YUV | 207.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 187 | 0.22 | 0 | 0.18 | 0.11 | 132 | 0.47 | 0.79 |
| Hex | B1 | E3 | BB | 16 | 0 | 12 | B | 84 | 2F | 4F |
| Octal | 261 | 343 | 273 | 26 | 0 | 22 | 13 | 204 | 57 | 117 |
| Binary | 10110001 | 11100011 | 10111011 | 10110 | 0 | 10010 | 1011 | 10000100 | 101111 | 1001111 |
Color Harmonies of #B1E3BB
Complementary color
Monochromatic Colors of #B1E3BB
Black with #B1E3BB
Text Example
Text Example
White with #B1E3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E3BB; }
p { color: rgb(177,227,187); }
H1.HeaderClassName
{
color: #B1E3BB;
}
.AnyTagClassName
{
color: #B1E3BB;
}
</style>
background-color css
<style>
a { background-color: #B1E3BB; }
a { background-color: rgb(177,227,187); }
div.DivClassName
{
background-color: #B1E3BB;
}
.BgClassName
{
background-color: #B1E3BB;
}
</style>
border-color css
<style>
span { border-color: #B1E3BB; }
span { border-color: rgb(177,227,187); }
td.TdClassName
{
border-color: #B1E3BB;
}
.TagClassName
{
border-color: #B1E3BB;
}
</style>