Shades of Fringy Flower #B0EDBF
Tints of Fringy Flower #B0EDBF
RGB
CMYK
RGB Variations
Color information
#B0EDBF (or 0xB0EDBF) is known color: Fringy Flower. HEX triplet: B0, ED and BF. RGB value is (176,237,191). Sum of RGB (Red+Green+Blue) = 176+237+191=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDBF is #4F1240. Grayscale: #D5D5D5. Windows color (decimal): -5182017 or 12578224. OLE color: 12578224.
HSL color Cylindrical-coordinate representation of color #B0EDBF: hue angle of 134.75º 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 #B0EDBF is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 191 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.07 |
| HSL | 134.75º | 0.63% | 0.81% | - |
| HSV(B) | 134.75º | 0.26% | 0.93% | - |
| XYZ | 57.59 | 73.56 | 60.45 | - |
| YUV | 213.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 191 | 0.26 | 0 | 0.19 | 0.07 | 134.75 | 0.63 | 0.81 |
| Hex | B0 | ED | BF | 1A | 0 | 13 | 7 | 87 | 3F | 51 |
| Octal | 260 | 355 | 277 | 32 | 0 | 23 | 7 | 207 | 77 | 121 |
| Binary | 10110000 | 11101101 | 10111111 | 11010 | 0 | 10011 | 111 | 10000111 | 111111 | 1010001 |
Color Harmonies of #B0EDBF
Complementary color
Monochromatic Colors of #B0EDBF
Black with #B0EDBF
Text Example
Text Example
White with #B0EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDBF; }
p { color: rgb(176,237,191); }
H1.HeaderClassName
{
color: #B0EDBF;
}
.AnyTagClassName
{
color: #B0EDBF;
}
</style>
background-color css
<style>
a { background-color: #B0EDBF; }
a { background-color: rgb(176,237,191); }
div.DivClassName
{
background-color: #B0EDBF;
}
.BgClassName
{
background-color: #B0EDBF;
}
</style>
border-color css
<style>
span { border-color: #B0EDBF; }
span { border-color: rgb(176,237,191); }
td.TdClassName
{
border-color: #B0EDBF;
}
.TagClassName
{
border-color: #B0EDBF;
}
</style>