Shades of Fringy Flower #B1FEC0
Tints of Fringy Flower #B1FEC0
RGB
CMYK
RGB Variations
Color information
#B1FEC0 (or 0xB1FEC0) is known color: Fringy Flower. HEX triplet: B1, FE and C0. RGB value is (177,254,192). Sum of RGB (Red+Green+Blue) = 177+254+192=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEC0 is #4E013F. Grayscale: #E0E0E0. Windows color (decimal): -5112128 or 12648113. OLE color: 12648113.
HSL color Cylindrical-coordinate representation of color #B1FEC0: hue angle of 131.69º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEC0 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 192 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.00 |
| HSL | 131.69º | 0.97% | 0.85% | - |
| HSV(B) | 131.69º | 0.3% | 1% | - |
| XYZ | 63.09 | 84.04 | 62.76 | - |
| YUV | 223.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 192 | 0.30 | 0 | 0.24 | 0.00 | 131.69 | 0.97 | 0.85 |
| Hex | B1 | FE | C0 | 1E | 0 | 18 | 0 | 84 | 61 | 55 |
| Octal | 261 | 376 | 300 | 36 | 0 | 30 | 0 | 204 | 141 | 125 |
| Binary | 10110001 | 11111110 | 11000000 | 11110 | 0 | 11000 | 0 | 10000100 | 1100001 | 1010101 |
Color Harmonies of #B1FEC0
Complementary color
Monochromatic Colors of #B1FEC0
Black with #B1FEC0
Text Example
Text Example
White with #B1FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEC0; }
p { color: rgb(177,254,192); }
H1.HeaderClassName
{
color: #B1FEC0;
}
.AnyTagClassName
{
color: #B1FEC0;
}
</style>
background-color css
<style>
a { background-color: #B1FEC0; }
a { background-color: rgb(177,254,192); }
div.DivClassName
{
background-color: #B1FEC0;
}
.BgClassName
{
background-color: #B1FEC0;
}
</style>
border-color css
<style>
span { border-color: #B1FEC0; }
span { border-color: rgb(177,254,192); }
td.TdClassName
{
border-color: #B1FEC0;
}
.TagClassName
{
border-color: #B1FEC0;
}
</style>