Shades of Fringy Flower #B0F7BE
Tints of Fringy Flower #B0F7BE
RGB
CMYK
RGB Variations
Color information
#B0F7BE (or 0xB0F7BE) is known color: Fringy Flower. HEX triplet: B0, F7 and BE. RGB value is (176,247,190). Sum of RGB (Red+Green+Blue) = 176+247+190=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7BE is #4F0841. Grayscale: #DBDBDB. Windows color (decimal): -5179458 or 12515248. OLE color: 12515248.
HSL color Cylindrical-coordinate representation of color #B0F7BE: hue angle of 131.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7BE is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 190 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.03 |
| HSL | 131.83º | 0.82% | 0.83% | - |
| HSV(B) | 131.83º | 0.29% | 0.97% | - |
| XYZ | 60.46 | 79.47 | 60.87 | - |
| YUV | 219.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 190 | 0.29 | 0 | 0.23 | 0.03 | 131.83 | 0.82 | 0.83 |
| Hex | B0 | F7 | BE | 1D | 0 | 17 | 3 | 84 | 52 | 53 |
| Octal | 260 | 367 | 276 | 35 | 0 | 27 | 3 | 204 | 122 | 123 |
| Binary | 10110000 | 11110111 | 10111110 | 11101 | 0 | 10111 | 11 | 10000100 | 1010010 | 1010011 |
Color Harmonies of #B0F7BE
Complementary color
Monochromatic Colors of #B0F7BE
Black with #B0F7BE
Text Example
Text Example
White with #B0F7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F7BE; }
p { color: rgb(176,247,190); }
H1.HeaderClassName
{
color: #B0F7BE;
}
.AnyTagClassName
{
color: #B0F7BE;
}
</style>
background-color css
<style>
a { background-color: #B0F7BE; }
a { background-color: rgb(176,247,190); }
div.DivClassName
{
background-color: #B0F7BE;
}
.BgClassName
{
background-color: #B0F7BE;
}
</style>
border-color css
<style>
span { border-color: #B0F7BE; }
span { border-color: rgb(176,247,190); }
td.TdClassName
{
border-color: #B0F7BE;
}
.TagClassName
{
border-color: #B0F7BE;
}
</style>