Shades of Fringy Flower #B0EAC0
Tints of Fringy Flower #B0EAC0
RGB
CMYK
RGB Variations
Color information
#B0EAC0 (or 0xB0EAC0) is known color: Fringy Flower. HEX triplet: B0, EA and C0. RGB value is (176,234,192). Sum of RGB (Red+Green+Blue) = 176+234+192=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EAC0 is #4F153F. Grayscale: #D3D3D3. Windows color (decimal): -5182784 or 12642992. OLE color: 12642992.
HSL color Cylindrical-coordinate representation of color #B0EAC0: hue angle of 136.55º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EAC0 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 192 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.08 |
| HSL | 136.55º | 0.58% | 0.8% | - |
| HSV(B) | 136.55º | 0.25% | 0.92% | - |
| XYZ | 56.84 | 71.88 | 60.75 | - |
| YUV | 211.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 192 | 0.25 | 0 | 0.18 | 0.08 | 136.55 | 0.58 | 0.8 |
| Hex | B0 | EA | C0 | 19 | 0 | 12 | 8 | 89 | 3A | 50 |
| Octal | 260 | 352 | 300 | 31 | 0 | 22 | 10 | 211 | 72 | 120 |
| Binary | 10110000 | 11101010 | 11000000 | 11001 | 0 | 10010 | 1000 | 10001001 | 111010 | 1010000 |
Color Harmonies of #B0EAC0
Complementary color
Monochromatic Colors of #B0EAC0
Black with #B0EAC0
Text Example
Text Example
White with #B0EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EAC0; }
p { color: rgb(176,234,192); }
H1.HeaderClassName
{
color: #B0EAC0;
}
.AnyTagClassName
{
color: #B0EAC0;
}
</style>
background-color css
<style>
a { background-color: #B0EAC0; }
a { background-color: rgb(176,234,192); }
div.DivClassName
{
background-color: #B0EAC0;
}
.BgClassName
{
background-color: #B0EAC0;
}
</style>
border-color css
<style>
span { border-color: #B0EAC0; }
span { border-color: rgb(176,234,192); }
td.TdClassName
{
border-color: #B0EAC0;
}
.TagClassName
{
border-color: #B0EAC0;
}
</style>