Shades of Fringy Flower #B0EEBF
Tints of Fringy Flower #B0EEBF
RGB
CMYK
RGB Variations
Color information
#B0EEBF (or 0xB0EEBF) is known color: Fringy Flower. HEX triplet: B0, EE and BF. RGB value is (176,238,191). Sum of RGB (Red+Green+Blue) = 176+238+191=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEBF is #4F1140. Grayscale: #D6D6D6. Windows color (decimal): -5181761 or 12578480. OLE color: 12578480.
HSL color Cylindrical-coordinate representation of color #B0EEBF: hue angle of 134.52º degrees, saturation: 0.65, 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 #B0EEBF is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 191 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.07 |
| HSL | 134.52º | 0.65% | 0.81% | - |
| HSV(B) | 134.52º | 0.26% | 0.93% | - |
| XYZ | 57.88 | 74.14 | 60.55 | - |
| YUV | 214.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 191 | 0.26 | 0 | 0.20 | 0.07 | 134.52 | 0.65 | 0.81 |
| Hex | B0 | EE | BF | 1A | 0 | 14 | 7 | 87 | 41 | 51 |
| Octal | 260 | 356 | 277 | 32 | 0 | 24 | 7 | 207 | 101 | 121 |
| Binary | 10110000 | 11101110 | 10111111 | 11010 | 0 | 10100 | 111 | 10000111 | 1000001 | 1010001 |
Color Harmonies of #B0EEBF
Complementary color
Monochromatic Colors of #B0EEBF
Black with #B0EEBF
Text Example
Text Example
White with #B0EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEBF; }
p { color: rgb(176,238,191); }
H1.HeaderClassName
{
color: #B0EEBF;
}
.AnyTagClassName
{
color: #B0EEBF;
}
</style>
background-color css
<style>
a { background-color: #B0EEBF; }
a { background-color: rgb(176,238,191); }
div.DivClassName
{
background-color: #B0EEBF;
}
.BgClassName
{
background-color: #B0EEBF;
}
</style>
border-color css
<style>
span { border-color: #B0EEBF; }
span { border-color: rgb(176,238,191); }
td.TdClassName
{
border-color: #B0EEBF;
}
.TagClassName
{
border-color: #B0EEBF;
}
</style>