Shades of Fringy Flower #B0FFBA
Tints of Fringy Flower #B0FFBA
RGB
CMYK
RGB Variations
Color information
#B0FFBA (or 0xB0FFBA) is known color: Fringy Flower. HEX triplet: B0, FF and BA. RGB value is (176,255,186). Sum of RGB (Red+Green+Blue) = 176+255+186=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFBA is #4F0045. Grayscale: #DFDFDF. Windows color (decimal): -5177414 or 12255152. OLE color: 12255152.
HSL color Cylindrical-coordinate representation of color #B0FFBA: hue angle of 127.59º 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 #B0FFBA is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 186 | - |
| CMYK | 0.31 | 0 | 0.27 | 0 |
| HSL | 127.59º | 1% | 0.85% | - |
| HSV(B) | 127.59º | 0.31% | 1% | - |
| XYZ | 62.53 | 84.3 | 59.43 | - |
| YUV | 223.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 186 | 0.31 | 0 | 0.27 | 0 | 127.59 | 1 | 0.85 |
| Hex | B0 | FF | BA | 1F | 0 | 1B | 0 | 80 | 64 | 55 |
| Octal | 260 | 377 | 272 | 37 | 0 | 33 | 0 | 200 | 144 | 125 |
| Binary | 10110000 | 11111111 | 10111010 | 11111 | 0 | 11011 | 0 | 10000000 | 1100100 | 1010101 |
Color Harmonies of #B0FFBA
Complementary color
Monochromatic Colors of #B0FFBA
Black with #B0FFBA
Text Example
Text Example
White with #B0FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFBA; }
p { color: rgb(176,255,186); }
H1.HeaderClassName
{
color: #B0FFBA;
}
.AnyTagClassName
{
color: #B0FFBA;
}
</style>
background-color css
<style>
a { background-color: #B0FFBA; }
a { background-color: rgb(176,255,186); }
div.DivClassName
{
background-color: #B0FFBA;
}
.BgClassName
{
background-color: #B0FFBA;
}
</style>
border-color css
<style>
span { border-color: #B0FFBA; }
span { border-color: rgb(176,255,186); }
td.TdClassName
{
border-color: #B0FFBA;
}
.TagClassName
{
border-color: #B0FFBA;
}
</style>