Shades of Fringy Flower #B2EEBE
Tints of Fringy Flower #B2EEBE
RGB
CMYK
RGB Variations
Color information
#B2EEBE (or 0xB2EEBE) is known color: Fringy Flower. HEX triplet: B2, EE and BE. RGB value is (178,238,190). Sum of RGB (Red+Green+Blue) = 178+238+190=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEBE is #4D1141. Grayscale: #D6D6D6. Windows color (decimal): -5050690 or 12512946. OLE color: 12512946.
HSL color Cylindrical-coordinate representation of color #B2EEBE: hue angle of 132º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEBE is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 190 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.07 |
| HSL | 132º | 0.64% | 0.82% | - |
| HSV(B) | 132º | 0.25% | 0.93% | - |
| XYZ | 58.23 | 74.33 | 59.99 | - |
| YUV | 214.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 190 | 0.25 | 0 | 0.20 | 0.07 | 132 | 0.64 | 0.82 |
| Hex | B2 | EE | BE | 19 | 0 | 14 | 7 | 84 | 40 | 52 |
| Octal | 262 | 356 | 276 | 31 | 0 | 24 | 7 | 204 | 100 | 122 |
| Binary | 10110010 | 11101110 | 10111110 | 11001 | 0 | 10100 | 111 | 10000100 | 1000000 | 1010010 |
Color Harmonies of #B2EEBE
Complementary color
Monochromatic Colors of #B2EEBE
Black with #B2EEBE
Text Example
Text Example
White with #B2EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEBE; }
p { color: rgb(178,238,190); }
H1.HeaderClassName
{
color: #B2EEBE;
}
.AnyTagClassName
{
color: #B2EEBE;
}
</style>
background-color css
<style>
a { background-color: #B2EEBE; }
a { background-color: rgb(178,238,190); }
div.DivClassName
{
background-color: #B2EEBE;
}
.BgClassName
{
background-color: #B2EEBE;
}
</style>
border-color css
<style>
span { border-color: #B2EEBE; }
span { border-color: rgb(178,238,190); }
td.TdClassName
{
border-color: #B2EEBE;
}
.TagClassName
{
border-color: #B2EEBE;
}
</style>