Shades of Fringy Flower #B0FBBE
Tints of Fringy Flower #B0FBBE
RGB
CMYK
RGB Variations
Color information
#B0FBBE (or 0xB0FBBE) is known color: Fringy Flower. HEX triplet: B0, FB and BE. RGB value is (176,251,190). Sum of RGB (Red+Green+Blue) = 176+251+190=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBBE is #4F0441. Grayscale: #DDDDDD. Windows color (decimal): -5178434 or 12516272. OLE color: 12516272.
HSL color Cylindrical-coordinate representation of color #B0FBBE: hue angle of 131.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBBE is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 190 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.02 |
| HSL | 131.2º | 0.9% | 0.84% | - |
| HSV(B) | 131.2º | 0.3% | 0.98% | - |
| XYZ | 61.7 | 81.94 | 61.28 | - |
| YUV | 221.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 190 | 0.30 | 0 | 0.24 | 0.02 | 131.2 | 0.9 | 0.84 |
| Hex | B0 | FB | BE | 1E | 0 | 18 | 2 | 83 | 5A | 54 |
| Octal | 260 | 373 | 276 | 36 | 0 | 30 | 2 | 203 | 132 | 124 |
| Binary | 10110000 | 11111011 | 10111110 | 11110 | 0 | 11000 | 10 | 10000011 | 1011010 | 1010100 |
Color Harmonies of #B0FBBE
Complementary color
Monochromatic Colors of #B0FBBE
Black with #B0FBBE
Text Example
Text Example
White with #B0FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBBE; }
p { color: rgb(176,251,190); }
H1.HeaderClassName
{
color: #B0FBBE;
}
.AnyTagClassName
{
color: #B0FBBE;
}
</style>
background-color css
<style>
a { background-color: #B0FBBE; }
a { background-color: rgb(176,251,190); }
div.DivClassName
{
background-color: #B0FBBE;
}
.BgClassName
{
background-color: #B0FBBE;
}
</style>
border-color css
<style>
span { border-color: #B0FBBE; }
span { border-color: rgb(176,251,190); }
td.TdClassName
{
border-color: #B0FBBE;
}
.TagClassName
{
border-color: #B0FBBE;
}
</style>