Shades of Fringy Flower #B0FBC0
Tints of Fringy Flower #B0FBC0
RGB
CMYK
RGB Variations
Color information
#B0FBC0 (or 0xB0FBC0) is known color: Fringy Flower. HEX triplet: B0, FB and C0. RGB value is (176,251,192). Sum of RGB (Red+Green+Blue) = 176+251+192=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBC0 is #4F043F. Grayscale: #DEDEDE. Windows color (decimal): -5178432 or 12647344. OLE color: 12647344.
HSL color Cylindrical-coordinate representation of color #B0FBC0: hue angle of 132.8º 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 #B0FBC0 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 192 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.02 |
| HSL | 132.8º | 0.9% | 0.84% | - |
| HSV(B) | 132.8º | 0.3% | 0.98% | - |
| XYZ | 61.92 | 82.03 | 62.44 | - |
| YUV | 221.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 192 | 0.30 | 0 | 0.24 | 0.02 | 132.8 | 0.9 | 0.84 |
| Hex | B0 | FB | C0 | 1E | 0 | 18 | 2 | 85 | 5A | 54 |
| Octal | 260 | 373 | 300 | 36 | 0 | 30 | 2 | 205 | 132 | 124 |
| Binary | 10110000 | 11111011 | 11000000 | 11110 | 0 | 11000 | 10 | 10000101 | 1011010 | 1010100 |
Color Harmonies of #B0FBC0
Complementary color
Monochromatic Colors of #B0FBC0
Black with #B0FBC0
Text Example
Text Example
White with #B0FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBC0; }
p { color: rgb(176,251,192); }
H1.HeaderClassName
{
color: #B0FBC0;
}
.AnyTagClassName
{
color: #B0FBC0;
}
</style>
background-color css
<style>
a { background-color: #B0FBC0; }
a { background-color: rgb(176,251,192); }
div.DivClassName
{
background-color: #B0FBC0;
}
.BgClassName
{
background-color: #B0FBC0;
}
</style>
border-color css
<style>
span { border-color: #B0FBC0; }
span { border-color: rgb(176,251,192); }
td.TdClassName
{
border-color: #B0FBC0;
}
.TagClassName
{
border-color: #B0FBC0;
}
</style>