Shades of Fringy Flower #B0E1B9
Tints of Fringy Flower #B0E1B9
RGB
CMYK
RGB Variations
Color information
#B0E1B9 (or 0xB0E1B9) is known color: Fringy Flower. HEX triplet: B0, E1 and B9. RGB value is (176,225,185). Sum of RGB (Red+Green+Blue) = 176+225+185=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E1B9 is #4F1E46. Grayscale: #CDCDCD. Windows color (decimal): -5185095 or 12181936. OLE color: 12181936.
HSL color Cylindrical-coordinate representation of color #B0E1B9: hue angle of 131.02º 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 #B0E1B9 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 185 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.12 |
| HSL | 131.02º | 0.45% | 0.79% | - |
| HSV(B) | 131.02º | 0.22% | 0.88% | - |
| XYZ | 53.59 | 66.58 | 55.93 | - |
| YUV | 205.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 185 | 0.22 | 0 | 0.18 | 0.12 | 131.02 | 0.45 | 0.79 |
| Hex | B0 | E1 | B9 | 16 | 0 | 12 | C | 83 | 2D | 4F |
| Octal | 260 | 341 | 271 | 26 | 0 | 22 | 14 | 203 | 55 | 117 |
| Binary | 10110000 | 11100001 | 10111001 | 10110 | 0 | 10010 | 1100 | 10000011 | 101101 | 1001111 |
Color Harmonies of #B0E1B9
Complementary color
Monochromatic Colors of #B0E1B9
Black with #B0E1B9
Text Example
Text Example
White with #B0E1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1B9; }
p { color: rgb(176,225,185); }
H1.HeaderClassName
{
color: #B0E1B9;
}
.AnyTagClassName
{
color: #B0E1B9;
}
</style>
background-color css
<style>
a { background-color: #B0E1B9; }
a { background-color: rgb(176,225,185); }
div.DivClassName
{
background-color: #B0E1B9;
}
.BgClassName
{
background-color: #B0E1B9;
}
</style>
border-color css
<style>
span { border-color: #B0E1B9; }
span { border-color: rgb(176,225,185); }
td.TdClassName
{
border-color: #B0E1B9;
}
.TagClassName
{
border-color: #B0E1B9;
}
</style>