Shades of Fringy Flower #B2EFBE
Tints of Fringy Flower #B2EFBE
RGB
CMYK
RGB Variations
Color information
#B2EFBE (or 0xB2EFBE) is known color: Fringy Flower. HEX triplet: B2, EF and BE. RGB value is (178,239,190). Sum of RGB (Red+Green+Blue) = 178+239+190=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFBE is #4D1041. Grayscale: #D7D7D7. Windows color (decimal): -5050434 or 12513202. OLE color: 12513202.
HSL color Cylindrical-coordinate representation of color #B2EFBE: hue angle of 131.8º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFBE is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 190 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.06 |
| HSL | 131.8º | 0.66% | 0.82% | - |
| HSV(B) | 131.8º | 0.26% | 0.94% | - |
| XYZ | 58.52 | 74.92 | 60.09 | - |
| YUV | 215.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 190 | 0.26 | 0 | 0.21 | 0.06 | 131.8 | 0.66 | 0.82 |
| Hex | B2 | EF | BE | 1A | 0 | 15 | 6 | 84 | 42 | 52 |
| Octal | 262 | 357 | 276 | 32 | 0 | 25 | 6 | 204 | 102 | 122 |
| Binary | 10110010 | 11101111 | 10111110 | 11010 | 0 | 10101 | 110 | 10000100 | 1000010 | 1010010 |
Color Harmonies of #B2EFBE
Complementary color
Monochromatic Colors of #B2EFBE
Black with #B2EFBE
Text Example
Text Example
White with #B2EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFBE; }
p { color: rgb(178,239,190); }
H1.HeaderClassName
{
color: #B2EFBE;
}
.AnyTagClassName
{
color: #B2EFBE;
}
</style>
background-color css
<style>
a { background-color: #B2EFBE; }
a { background-color: rgb(178,239,190); }
div.DivClassName
{
background-color: #B2EFBE;
}
.BgClassName
{
background-color: #B2EFBE;
}
</style>
border-color css
<style>
span { border-color: #B2EFBE; }
span { border-color: rgb(178,239,190); }
td.TdClassName
{
border-color: #B2EFBE;
}
.TagClassName
{
border-color: #B2EFBE;
}
</style>