Shades of Fringy Flower #B0FEC1
Tints of Fringy Flower #B0FEC1
RGB
CMYK
RGB Variations
Color information
#B0FEC1 (or 0xB0FEC1) is known color: Fringy Flower. HEX triplet: B0, FE and C1. RGB value is (176,254,193). Sum of RGB (Red+Green+Blue) = 176+254+193=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC1 is #4F013E. Grayscale: #DFDFDF. Windows color (decimal): -5177663 or 12713648. OLE color: 12713648.
HSL color Cylindrical-coordinate representation of color #B0FEC1: hue angle of 133.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEC1 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 193 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.00 |
| HSL | 133.08º | 0.98% | 0.84% | - |
| HSV(B) | 133.08º | 0.31% | 1% | - |
| XYZ | 62.97 | 83.96 | 63.34 | - |
| YUV | 223.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 193 | 0.31 | 0 | 0.24 | 0.00 | 133.08 | 0.98 | 0.84 |
| Hex | B0 | FE | C1 | 1F | 0 | 18 | 0 | 85 | 62 | 54 |
| Octal | 260 | 376 | 301 | 37 | 0 | 30 | 0 | 205 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11000001 | 11111 | 0 | 11000 | 0 | 10000101 | 1100010 | 1010100 |
Color Harmonies of #B0FEC1
Complementary color
Monochromatic Colors of #B0FEC1
Black with #B0FEC1
Text Example
Text Example
White with #B0FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEC1; }
p { color: rgb(176,254,193); }
H1.HeaderClassName
{
color: #B0FEC1;
}
.AnyTagClassName
{
color: #B0FEC1;
}
</style>
background-color css
<style>
a { background-color: #B0FEC1; }
a { background-color: rgb(176,254,193); }
div.DivClassName
{
background-color: #B0FEC1;
}
.BgClassName
{
background-color: #B0FEC1;
}
</style>
border-color css
<style>
span { border-color: #B0FEC1; }
span { border-color: rgb(176,254,193); }
td.TdClassName
{
border-color: #B0FEC1;
}
.TagClassName
{
border-color: #B0FEC1;
}
</style>