Shades of Fringy Flower #B0FABB
Tints of Fringy Flower #B0FABB
RGB
CMYK
RGB Variations
Color information
#B0FABB (or 0xB0FABB) is known color: Fringy Flower. HEX triplet: B0, FA and BB. RGB value is (176,250,187). Sum of RGB (Red+Green+Blue) = 176+250+187=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FABB is #4F0544. Grayscale: #DCDCDC. Windows color (decimal): -5178693 or 12319408. OLE color: 12319408.
HSL color Cylindrical-coordinate representation of color #B0FABB: hue angle of 128.92º degrees, saturation: 0.88, 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 #B0FABB is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 187 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.02 |
| HSL | 128.92º | 0.88% | 0.84% | - |
| HSV(B) | 128.92º | 0.3% | 0.98% | - |
| XYZ | 61.06 | 81.19 | 59.47 | - |
| YUV | 220.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 187 | 0.30 | 0 | 0.25 | 0.02 | 128.92 | 0.88 | 0.84 |
| Hex | B0 | FA | BB | 1E | 0 | 19 | 2 | 81 | 58 | 54 |
| Octal | 260 | 372 | 273 | 36 | 0 | 31 | 2 | 201 | 130 | 124 |
| Binary | 10110000 | 11111010 | 10111011 | 11110 | 0 | 11001 | 10 | 10000001 | 1011000 | 1010100 |
Color Harmonies of #B0FABB
Complementary color
Monochromatic Colors of #B0FABB
Black with #B0FABB
Text Example
Text Example
White with #B0FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FABB; }
p { color: rgb(176,250,187); }
H1.HeaderClassName
{
color: #B0FABB;
}
.AnyTagClassName
{
color: #B0FABB;
}
</style>
background-color css
<style>
a { background-color: #B0FABB; }
a { background-color: rgb(176,250,187); }
div.DivClassName
{
background-color: #B0FABB;
}
.BgClassName
{
background-color: #B0FABB;
}
</style>
border-color css
<style>
span { border-color: #B0FABB; }
span { border-color: rgb(176,250,187); }
td.TdClassName
{
border-color: #B0FABB;
}
.TagClassName
{
border-color: #B0FABB;
}
</style>