Shades of Fringy Flower #B1E8BC
Tints of Fringy Flower #B1E8BC
RGB
CMYK
RGB Variations
Color information
#B1E8BC (or 0xB1E8BC) is known color: Fringy Flower. HEX triplet: B1, E8 and BC. RGB value is (177,232,188). Sum of RGB (Red+Green+Blue) = 177+232+188=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E8BC is #4E1743. Grayscale: #D2D2D2. Windows color (decimal): -5117764 or 12380337. OLE color: 12380337.
HSL color Cylindrical-coordinate representation of color #B1E8BC: hue angle of 132º degrees, saturation: 0.54, 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 #B1E8BC is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 232 | 188 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.09 |
| HSL | 132º | 0.54% | 0.8% | - |
| HSV(B) | 132º | 0.24% | 0.91% | - |
| XYZ | 56.07 | 70.69 | 58.27 | - |
| YUV | 210.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 188 | 0.24 | 0 | 0.19 | 0.09 | 132 | 0.54 | 0.8 |
| Hex | B1 | E8 | BC | 18 | 0 | 13 | 9 | 84 | 36 | 50 |
| Octal | 261 | 350 | 274 | 30 | 0 | 23 | 11 | 204 | 66 | 120 |
| Binary | 10110001 | 11101000 | 10111100 | 11000 | 0 | 10011 | 1001 | 10000100 | 110110 | 1010000 |
Color Harmonies of #B1E8BC
Complementary color
Monochromatic Colors of #B1E8BC
Black with #B1E8BC
Text Example
Text Example
White with #B1E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E8BC; }
p { color: rgb(177,232,188); }
H1.HeaderClassName
{
color: #B1E8BC;
}
.AnyTagClassName
{
color: #B1E8BC;
}
</style>
background-color css
<style>
a { background-color: #B1E8BC; }
a { background-color: rgb(177,232,188); }
div.DivClassName
{
background-color: #B1E8BC;
}
.BgClassName
{
background-color: #B1E8BC;
}
</style>
border-color css
<style>
span { border-color: #B1E8BC; }
span { border-color: rgb(177,232,188); }
td.TdClassName
{
border-color: #B1E8BC;
}
.TagClassName
{
border-color: #B1E8BC;
}
</style>