Shades of Fringy Flower #B0E1BE
Tints of Fringy Flower #B0E1BE
RGB
CMYK
RGB Variations
Color information
#B0E1BE (or 0xB0E1BE) is known color: Fringy Flower. HEX triplet: B0, E1 and BE. RGB value is (176,225,190). Sum of RGB (Red+Green+Blue) = 176+225+190=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1BE is #4F1E41. Grayscale: #CECECE. Windows color (decimal): -5185090 or 12509616. OLE color: 12509616.
HSL color Cylindrical-coordinate representation of color #B0E1BE: hue angle of 137.14º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E1BE is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 190 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.12 |
| HSL | 137.14º | 0.45% | 0.79% | - |
| HSV(B) | 137.14º | 0.22% | 0.88% | - |
| XYZ | 54.12 | 66.8 | 58.76 | - |
| YUV | 206.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 190 | 0.22 | 0 | 0.16 | 0.12 | 137.14 | 0.45 | 0.79 |
| Hex | B0 | E1 | BE | 16 | 0 | 10 | C | 89 | 2D | 4F |
| Octal | 260 | 341 | 276 | 26 | 0 | 20 | 14 | 211 | 55 | 117 |
| Binary | 10110000 | 11100001 | 10111110 | 10110 | 0 | 10000 | 1100 | 10001001 | 101101 | 1001111 |
Color Harmonies of #B0E1BE
Complementary color
Monochromatic Colors of #B0E1BE
Black with #B0E1BE
Text Example
Text Example
White with #B0E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1BE; }
p { color: rgb(176,225,190); }
H1.HeaderClassName
{
color: #B0E1BE;
}
.AnyTagClassName
{
color: #B0E1BE;
}
</style>
background-color css
<style>
a { background-color: #B0E1BE; }
a { background-color: rgb(176,225,190); }
div.DivClassName
{
background-color: #B0E1BE;
}
.BgClassName
{
background-color: #B0E1BE;
}
</style>
border-color css
<style>
span { border-color: #B0E1BE; }
span { border-color: rgb(176,225,190); }
td.TdClassName
{
border-color: #B0E1BE;
}
.TagClassName
{
border-color: #B0E1BE;
}
</style>