Shades of Fringy Flower #B0E8BA
Tints of Fringy Flower #B0E8BA
RGB
CMYK
RGB Variations
Color information
#B0E8BA (or 0xB0E8BA) is known color: Fringy Flower. HEX triplet: B0, E8 and BA. RGB value is (176,232,186). Sum of RGB (Red+Green+Blue) = 176+232+186=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E8BA is #4F1745. Grayscale: #D2D2D2. Windows color (decimal): -5183302 or 12249264. OLE color: 12249264.
HSL color Cylindrical-coordinate representation of color #B0E8BA: hue angle of 130.71º degrees, saturation: 0.55, 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 #B0E8BA is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 232 | 186 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.09 |
| HSL | 130.71º | 0.55% | 0.8% | - |
| HSV(B) | 130.71º | 0.24% | 0.91% | - |
| XYZ | 55.62 | 70.49 | 57.13 | - |
| YUV | 210.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 186 | 0.24 | 0 | 0.20 | 0.09 | 130.71 | 0.55 | 0.8 |
| Hex | B0 | E8 | BA | 18 | 0 | 14 | 9 | 83 | 37 | 50 |
| Octal | 260 | 350 | 272 | 30 | 0 | 24 | 11 | 203 | 67 | 120 |
| Binary | 10110000 | 11101000 | 10111010 | 11000 | 0 | 10100 | 1001 | 10000011 | 110111 | 1010000 |
Color Harmonies of #B0E8BA
Complementary color
Monochromatic Colors of #B0E8BA
Black with #B0E8BA
Text Example
Text Example
White with #B0E8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E8BA; }
p { color: rgb(176,232,186); }
H1.HeaderClassName
{
color: #B0E8BA;
}
.AnyTagClassName
{
color: #B0E8BA;
}
</style>
background-color css
<style>
a { background-color: #B0E8BA; }
a { background-color: rgb(176,232,186); }
div.DivClassName
{
background-color: #B0E8BA;
}
.BgClassName
{
background-color: #B0E8BA;
}
</style>
border-color css
<style>
span { border-color: #B0E8BA; }
span { border-color: rgb(176,232,186); }
td.TdClassName
{
border-color: #B0E8BA;
}
.TagClassName
{
border-color: #B0E8BA;
}
</style>