Shades of Fringy Flower #B0F4BA
Tints of Fringy Flower #B0F4BA
RGB
CMYK
RGB Variations
Color information
#B0F4BA (or 0xB0F4BA) is known color: Fringy Flower. HEX triplet: B0, F4 and BA. RGB value is (176,244,186). Sum of RGB (Red+Green+Blue) = 176+244+186=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4BA is #4F0B45. Grayscale: #D9D9D9. Windows color (decimal): -5180230 or 12252336. OLE color: 12252336.
HSL color Cylindrical-coordinate representation of color #B0F4BA: hue angle of 128.82º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4BA is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 186 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.04 |
| HSL | 128.82º | 0.76% | 0.82% | - |
| HSV(B) | 128.82º | 0.28% | 0.96% | - |
| XYZ | 59.12 | 77.48 | 58.29 | - |
| YUV | 217.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 186 | 0.28 | 0 | 0.24 | 0.04 | 128.82 | 0.76 | 0.82 |
| Hex | B0 | F4 | BA | 1C | 0 | 18 | 4 | 81 | 4C | 52 |
| Octal | 260 | 364 | 272 | 34 | 0 | 30 | 4 | 201 | 114 | 122 |
| Binary | 10110000 | 11110100 | 10111010 | 11100 | 0 | 11000 | 100 | 10000001 | 1001100 | 1010010 |
Color Harmonies of #B0F4BA
Complementary color
Monochromatic Colors of #B0F4BA
Black with #B0F4BA
Text Example
Text Example
White with #B0F4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F4BA; }
p { color: rgb(176,244,186); }
H1.HeaderClassName
{
color: #B0F4BA;
}
.AnyTagClassName
{
color: #B0F4BA;
}
</style>
background-color css
<style>
a { background-color: #B0F4BA; }
a { background-color: rgb(176,244,186); }
div.DivClassName
{
background-color: #B0F4BA;
}
.BgClassName
{
background-color: #B0F4BA;
}
</style>
border-color css
<style>
span { border-color: #B0F4BA; }
span { border-color: rgb(176,244,186); }
td.TdClassName
{
border-color: #B0F4BA;
}
.TagClassName
{
border-color: #B0F4BA;
}
</style>