Shades of Fringy Flower #B0F4C0
Tints of Fringy Flower #B0F4C0
RGB
CMYK
RGB Variations
Color information
#B0F4C0 (or 0xB0F4C0) is known color: Fringy Flower. HEX triplet: B0, F4 and C0. RGB value is (176,244,192). Sum of RGB (Red+Green+Blue) = 176+244+192=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4C0 is #4F0B3F. Grayscale: #D9D9D9. Windows color (decimal): -5180224 or 12645552. OLE color: 12645552.
HSL color Cylindrical-coordinate representation of color #B0F4C0: hue angle of 134.12º 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 #B0F4C0 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 192 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.04 |
| HSL | 134.12º | 0.76% | 0.82% | - |
| HSV(B) | 134.12º | 0.28% | 0.96% | - |
| XYZ | 59.77 | 77.74 | 61.72 | - |
| YUV | 217.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 192 | 0.28 | 0 | 0.21 | 0.04 | 134.12 | 0.76 | 0.82 |
| Hex | B0 | F4 | C0 | 1C | 0 | 15 | 4 | 86 | 4C | 52 |
| Octal | 260 | 364 | 300 | 34 | 0 | 25 | 4 | 206 | 114 | 122 |
| Binary | 10110000 | 11110100 | 11000000 | 11100 | 0 | 10101 | 100 | 10000110 | 1001100 | 1010010 |
Color Harmonies of #B0F4C0
Complementary color
Monochromatic Colors of #B0F4C0
Black with #B0F4C0
Text Example
Text Example
White with #B0F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F4C0; }
p { color: rgb(176,244,192); }
H1.HeaderClassName
{
color: #B0F4C0;
}
.AnyTagClassName
{
color: #B0F4C0;
}
</style>
background-color css
<style>
a { background-color: #B0F4C0; }
a { background-color: rgb(176,244,192); }
div.DivClassName
{
background-color: #B0F4C0;
}
.BgClassName
{
background-color: #B0F4C0;
}
</style>
border-color css
<style>
span { border-color: #B0F4C0; }
span { border-color: rgb(176,244,192); }
td.TdClassName
{
border-color: #B0F4C0;
}
.TagClassName
{
border-color: #B0F4C0;
}
</style>