Shades of Fringy Flower #B1E6BC
Tints of Fringy Flower #B1E6BC
RGB
CMYK
RGB Variations
Color information
#B1E6BC (or 0xB1E6BC) is known color: Fringy Flower. HEX triplet: B1, E6 and BC. RGB value is (177,230,188). Sum of RGB (Red+Green+Blue) = 177+230+188=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E6BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E6BC is #4E1943. Grayscale: #D1D1D1. Windows color (decimal): -5118276 or 12379825. OLE color: 12379825.
HSL color Cylindrical-coordinate representation of color #B1E6BC: hue angle of 132.45º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E6BC is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 188 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.10 |
| HSL | 132.45º | 0.51% | 0.8% | - |
| HSV(B) | 132.45º | 0.23% | 0.9% | - |
| XYZ | 55.51 | 69.57 | 58.08 | - |
| YUV | 209.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 188 | 0.23 | 0 | 0.18 | 0.10 | 132.45 | 0.51 | 0.8 |
| Hex | B1 | E6 | BC | 17 | 0 | 12 | A | 84 | 33 | 50 |
| Octal | 261 | 346 | 274 | 27 | 0 | 22 | 12 | 204 | 63 | 120 |
| Binary | 10110001 | 11100110 | 10111100 | 10111 | 0 | 10010 | 1010 | 10000100 | 110011 | 1010000 |
Color Harmonies of #B1E6BC
Complementary color
Monochromatic Colors of #B1E6BC
Black with #B1E6BC
Text Example
Text Example
White with #B1E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E6BC; }
p { color: rgb(177,230,188); }
H1.HeaderClassName
{
color: #B1E6BC;
}
.AnyTagClassName
{
color: #B1E6BC;
}
</style>
background-color css
<style>
a { background-color: #B1E6BC; }
a { background-color: rgb(177,230,188); }
div.DivClassName
{
background-color: #B1E6BC;
}
.BgClassName
{
background-color: #B1E6BC;
}
</style>
border-color css
<style>
span { border-color: #B1E6BC; }
span { border-color: rgb(177,230,188); }
td.TdClassName
{
border-color: #B1E6BC;
}
.TagClassName
{
border-color: #B1E6BC;
}
</style>