Shades of Fringy Flower #B0EDBE
Tints of Fringy Flower #B0EDBE
RGB
CMYK
RGB Variations
Color information
#B0EDBE (or 0xB0EDBE) is known color: Fringy Flower. HEX triplet: B0, ED and BE. RGB value is (176,237,190). Sum of RGB (Red+Green+Blue) = 176+237+190=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDBE is #4F1241. Grayscale: #D5D5D5. Windows color (decimal): -5182018 or 12512688. OLE color: 12512688.
HSL color Cylindrical-coordinate representation of color #B0EDBE: hue angle of 133.77º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDBE is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 190 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.07 |
| HSL | 133.77º | 0.63% | 0.81% | - |
| HSV(B) | 133.77º | 0.26% | 0.93% | - |
| XYZ | 57.48 | 73.52 | 59.88 | - |
| YUV | 213.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 190 | 0.26 | 0 | 0.20 | 0.07 | 133.77 | 0.63 | 0.81 |
| Hex | B0 | ED | BE | 1A | 0 | 14 | 7 | 86 | 3F | 51 |
| Octal | 260 | 355 | 276 | 32 | 0 | 24 | 7 | 206 | 77 | 121 |
| Binary | 10110000 | 11101101 | 10111110 | 11010 | 0 | 10100 | 111 | 10000110 | 111111 | 1010001 |
Color Harmonies of #B0EDBE
Complementary color
Monochromatic Colors of #B0EDBE
Black with #B0EDBE
Text Example
Text Example
White with #B0EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDBE; }
p { color: rgb(176,237,190); }
H1.HeaderClassName
{
color: #B0EDBE;
}
.AnyTagClassName
{
color: #B0EDBE;
}
</style>
background-color css
<style>
a { background-color: #B0EDBE; }
a { background-color: rgb(176,237,190); }
div.DivClassName
{
background-color: #B0EDBE;
}
.BgClassName
{
background-color: #B0EDBE;
}
</style>
border-color css
<style>
span { border-color: #B0EDBE; }
span { border-color: rgb(176,237,190); }
td.TdClassName
{
border-color: #B0EDBE;
}
.TagClassName
{
border-color: #B0EDBE;
}
</style>