Shades of Fringy Flower #B1E9BF
Tints of Fringy Flower #B1E9BF
RGB
CMYK
RGB Variations
Color information
#B1E9BF (or 0xB1E9BF) is known color: Fringy Flower. HEX triplet: B1, E9 and BF. RGB value is (177,233,191). Sum of RGB (Red+Green+Blue) = 177+233+191=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E9BF is #4E1640. Grayscale: #D3D3D3. Windows color (decimal): -5117505 or 12577201. OLE color: 12577201.
HSL color Cylindrical-coordinate representation of color #B1E9BF: hue angle of 135º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E9BF is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 233 | 191 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.09 |
| HSL | 135º | 0.56% | 0.8% | - |
| HSV(B) | 135º | 0.24% | 0.91% | - |
| XYZ | 56.67 | 71.39 | 60.08 | - |
| YUV | 211.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 233 | 191 | 0.24 | 0 | 0.18 | 0.09 | 135 | 0.56 | 0.8 |
| Hex | B1 | E9 | BF | 18 | 0 | 12 | 9 | 87 | 38 | 50 |
| Octal | 261 | 351 | 277 | 30 | 0 | 22 | 11 | 207 | 70 | 120 |
| Binary | 10110001 | 11101001 | 10111111 | 11000 | 0 | 10010 | 1001 | 10000111 | 111000 | 1010000 |
Color Harmonies of #B1E9BF
Complementary color
Monochromatic Colors of #B1E9BF
Black with #B1E9BF
Text Example
Text Example
White with #B1E9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E9BF; }
p { color: rgb(177,233,191); }
H1.HeaderClassName
{
color: #B1E9BF;
}
.AnyTagClassName
{
color: #B1E9BF;
}
</style>
background-color css
<style>
a { background-color: #B1E9BF; }
a { background-color: rgb(177,233,191); }
div.DivClassName
{
background-color: #B1E9BF;
}
.BgClassName
{
background-color: #B1E9BF;
}
</style>
border-color css
<style>
span { border-color: #B1E9BF; }
span { border-color: rgb(177,233,191); }
td.TdClassName
{
border-color: #B1E9BF;
}
.TagClassName
{
border-color: #B1E9BF;
}
</style>