Shades of Fringy Flower #B0FEC0
Tints of Fringy Flower #B0FEC0
RGB
CMYK
RGB Variations
Color information
#B0FEC0 (or 0xB0FEC0) is known color: Fringy Flower. HEX triplet: B0, FE and C0. RGB value is (176,254,192). Sum of RGB (Red+Green+Blue) = 176+254+192=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC0 is #4F013F. Grayscale: #DFDFDF. Windows color (decimal): -5177664 or 12648112. OLE color: 12648112.
HSL color Cylindrical-coordinate representation of color #B0FEC0: hue angle of 132.31º 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 #B0FEC0 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 192 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.00 |
| HSL | 132.31º | 0.98% | 0.84% | - |
| HSV(B) | 132.31º | 0.31% | 1% | - |
| XYZ | 62.86 | 83.92 | 62.75 | - |
| YUV | 223.61 | 110.16 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 192 | 0.31 | 0 | 0.24 | 0.00 | 132.31 | 0.98 | 0.84 |
| Hex | B0 | FE | C0 | 1F | 0 | 18 | 0 | 84 | 62 | 54 |
| Octal | 260 | 376 | 300 | 37 | 0 | 30 | 0 | 204 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11000000 | 11111 | 0 | 11000 | 0 | 10000100 | 1100010 | 1010100 |
Color Harmonies of #B0FEC0
Complementary color
Monochromatic Colors of #B0FEC0
Black with #B0FEC0
Text Example
Text Example
White with #B0FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEC0; }
p { color: rgb(176,254,192); }
H1.HeaderClassName
{
color: #B0FEC0;
}
.AnyTagClassName
{
color: #B0FEC0;
}
</style>
background-color css
<style>
a { background-color: #B0FEC0; }
a { background-color: rgb(176,254,192); }
div.DivClassName
{
background-color: #B0FEC0;
}
.BgClassName
{
background-color: #B0FEC0;
}
</style>
border-color css
<style>
span { border-color: #B0FEC0; }
span { border-color: rgb(176,254,192); }
td.TdClassName
{
border-color: #B0FEC0;
}
.TagClassName
{
border-color: #B0FEC0;
}
</style>