Shades of Fringy Flower #B0E7B8
Tints of Fringy Flower #B0E7B8
RGB
CMYK
RGB Variations
Color information
#B0E7B8 (or 0xB0E7B8) is known color: Fringy Flower. HEX triplet: B0, E7 and B8. RGB value is (176,231,184). Sum of RGB (Red+Green+Blue) = 176+231+184=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #B0E7B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E7B8 is #4F1847. Grayscale: #D1D1D1. Windows color (decimal): -5183560 or 12117936. OLE color: 12117936.
HSL color Cylindrical-coordinate representation of color #B0E7B8: hue angle of 128.73º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E7B8 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 231 | 184 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.09 |
| HSL | 128.73º | 0.53% | 0.8% | - |
| HSV(B) | 128.73º | 0.24% | 0.91% | - |
| XYZ | 55.13 | 69.84 | 55.92 | - |
| YUV | 209.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 231 | 184 | 0.24 | 0 | 0.20 | 0.09 | 128.73 | 0.53 | 0.8 |
| Hex | B0 | E7 | B8 | 18 | 0 | 14 | 9 | 81 | 35 | 50 |
| Octal | 260 | 347 | 270 | 30 | 0 | 24 | 11 | 201 | 65 | 120 |
| Binary | 10110000 | 11100111 | 10111000 | 11000 | 0 | 10100 | 1001 | 10000001 | 110101 | 1010000 |
Color Harmonies of #B0E7B8
Complementary color
Monochromatic Colors of #B0E7B8
Black with #B0E7B8
Text Example
Text Example
White with #B0E7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E7B8; }
p { color: rgb(176,231,184); }
H1.HeaderClassName
{
color: #B0E7B8;
}
.AnyTagClassName
{
color: #B0E7B8;
}
</style>
background-color css
<style>
a { background-color: #B0E7B8; }
a { background-color: rgb(176,231,184); }
div.DivClassName
{
background-color: #B0E7B8;
}
.BgClassName
{
background-color: #B0E7B8;
}
</style>
border-color css
<style>
span { border-color: #B0E7B8; }
span { border-color: rgb(176,231,184); }
td.TdClassName
{
border-color: #B0E7B8;
}
.TagClassName
{
border-color: #B0E7B8;
}
</style>