Shades of Fringy Flower #B0F0BE
Tints of Fringy Flower #B0F0BE
RGB
CMYK
RGB Variations
Color information
#B0F0BE (or 0xB0F0BE) is known color: Fringy Flower. HEX triplet: B0, F0 and BE. RGB value is (176,240,190). Sum of RGB (Red+Green+Blue) = 176+240+190=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0BE is #4F0F41. Grayscale: #D7D7D7. Windows color (decimal): -5181250 or 12513456. OLE color: 12513456.
HSL color Cylindrical-coordinate representation of color #B0F0BE: hue angle of 133.12º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0BE is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 190 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.06 |
| HSL | 133.13º | 0.68% | 0.82% | - |
| HSV(B) | 133.13º | 0.27% | 0.94% | - |
| XYZ | 58.36 | 75.27 | 60.17 | - |
| YUV | 215.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 190 | 0.27 | 0 | 0.21 | 0.06 | 133.13 | 0.68 | 0.82 |
| Hex | B0 | F0 | BE | 1B | 0 | 15 | 6 | 85 | 44 | 52 |
| Octal | 260 | 360 | 276 | 33 | 0 | 25 | 6 | 205 | 104 | 122 |
| Binary | 10110000 | 11110000 | 10111110 | 11011 | 0 | 10101 | 110 | 10000101 | 1000100 | 1010010 |
Color Harmonies of #B0F0BE
Complementary color
Monochromatic Colors of #B0F0BE
Black with #B0F0BE
Text Example
Text Example
White with #B0F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0BE; }
p { color: rgb(176,240,190); }
H1.HeaderClassName
{
color: #B0F0BE;
}
.AnyTagClassName
{
color: #B0F0BE;
}
</style>
background-color css
<style>
a { background-color: #B0F0BE; }
a { background-color: rgb(176,240,190); }
div.DivClassName
{
background-color: #B0F0BE;
}
.BgClassName
{
background-color: #B0F0BE;
}
</style>
border-color css
<style>
span { border-color: #B0F0BE; }
span { border-color: rgb(176,240,190); }
td.TdClassName
{
border-color: #B0F0BE;
}
.TagClassName
{
border-color: #B0F0BE;
}
</style>