Shades of Fringy Flower #B0FFBE
Tints of Fringy Flower #B0FFBE
RGB
CMYK
RGB Variations
Color information
#B0FFBE (or 0xB0FFBE) is known color: Fringy Flower. HEX triplet: B0, FF and BE. RGB value is (176,255,190). Sum of RGB (Red+Green+Blue) = 176+255+190=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFBE is #4F0041. Grayscale: #E0E0E0. Windows color (decimal): -5177410 or 12517296. OLE color: 12517296.
HSL color Cylindrical-coordinate representation of color #B0FFBE: hue angle of 130.63º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFBE is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 190 | - |
| CMYK | 0.31 | 0 | 0.25 | 0 |
| HSL | 130.63º | 1% | 0.85% | - |
| HSV(B) | 130.63º | 0.31% | 1% | - |
| XYZ | 62.96 | 84.47 | 61.7 | - |
| YUV | 223.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 190 | 0.31 | 0 | 0.25 | 0 | 130.63 | 1 | 0.85 |
| Hex | B0 | FF | BE | 1F | 0 | 19 | 0 | 83 | 64 | 55 |
| Octal | 260 | 377 | 276 | 37 | 0 | 31 | 0 | 203 | 144 | 125 |
| Binary | 10110000 | 11111111 | 10111110 | 11111 | 0 | 11001 | 0 | 10000011 | 1100100 | 1010101 |
Color Harmonies of #B0FFBE
Complementary color
Monochromatic Colors of #B0FFBE
Black with #B0FFBE
Text Example
Text Example
White with #B0FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFBE; }
p { color: rgb(176,255,190); }
H1.HeaderClassName
{
color: #B0FFBE;
}
.AnyTagClassName
{
color: #B0FFBE;
}
</style>
background-color css
<style>
a { background-color: #B0FFBE; }
a { background-color: rgb(176,255,190); }
div.DivClassName
{
background-color: #B0FFBE;
}
.BgClassName
{
background-color: #B0FFBE;
}
</style>
border-color css
<style>
span { border-color: #B0FFBE; }
span { border-color: rgb(176,255,190); }
td.TdClassName
{
border-color: #B0FFBE;
}
.TagClassName
{
border-color: #B0FFBE;
}
</style>