Shades of Fringy Flower #B1E4BF
Tints of Fringy Flower #B1E4BF
RGB
CMYK
RGB Variations
Color information
#B1E4BF (or 0xB1E4BF) is known color: Fringy Flower. HEX triplet: B1, E4 and BF. RGB value is (177,228,191). Sum of RGB (Red+Green+Blue) = 177+228+191=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E4BF is #4E1B40. Grayscale: #D0D0D0. Windows color (decimal): -5118785 or 12575921. OLE color: 12575921.
HSL color Cylindrical-coordinate representation of color #B1E4BF: hue angle of 136.47º 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 #B1E4BF is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 191 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.11 |
| HSL | 136.47º | 0.49% | 0.79% | - |
| HSV(B) | 136.47º | 0.22% | 0.89% | - |
| XYZ | 55.28 | 68.6 | 59.62 | - |
| YUV | 208.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 191 | 0.22 | 0 | 0.16 | 0.11 | 136.47 | 0.49 | 0.79 |
| Hex | B1 | E4 | BF | 16 | 0 | 10 | B | 88 | 31 | 4F |
| Octal | 261 | 344 | 277 | 26 | 0 | 20 | 13 | 210 | 61 | 117 |
| Binary | 10110001 | 11100100 | 10111111 | 10110 | 0 | 10000 | 1011 | 10001000 | 110001 | 1001111 |
Color Harmonies of #B1E4BF
Complementary color
Monochromatic Colors of #B1E4BF
Black with #B1E4BF
Text Example
Text Example
White with #B1E4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E4BF; }
p { color: rgb(177,228,191); }
H1.HeaderClassName
{
color: #B1E4BF;
}
.AnyTagClassName
{
color: #B1E4BF;
}
</style>
background-color css
<style>
a { background-color: #B1E4BF; }
a { background-color: rgb(177,228,191); }
div.DivClassName
{
background-color: #B1E4BF;
}
.BgClassName
{
background-color: #B1E4BF;
}
</style>
border-color css
<style>
span { border-color: #B1E4BF; }
span { border-color: rgb(177,228,191); }
td.TdClassName
{
border-color: #B1E4BF;
}
.TagClassName
{
border-color: #B1E4BF;
}
</style>