Shades of Fringy Flower #B2EEBA
Tints of Fringy Flower #B2EEBA
RGB
CMYK
RGB Variations
Color information
#B2EEBA (or 0xB2EEBA) is known color: Fringy Flower. HEX triplet: B2, EE and BA. RGB value is (178,238,186). Sum of RGB (Red+Green+Blue) = 178+238+186=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEBA is #4D1145. Grayscale: #D6D6D6. Windows color (decimal): -5050694 or 12250802. OLE color: 12250802.
HSL color Cylindrical-coordinate representation of color #B2EEBA: hue angle of 128º 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 #B2EEBA is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 186 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.07 |
| HSL | 128º | 0.64% | 0.82% | - |
| HSV(B) | 128º | 0.25% | 0.93% | - |
| XYZ | 57.8 | 74.16 | 57.72 | - |
| YUV | 214.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 186 | 0.25 | 0 | 0.22 | 0.07 | 128 | 0.64 | 0.82 |
| Hex | B2 | EE | BA | 19 | 0 | 16 | 7 | 80 | 40 | 52 |
| Octal | 262 | 356 | 272 | 31 | 0 | 26 | 7 | 200 | 100 | 122 |
| Binary | 10110010 | 11101110 | 10111010 | 11001 | 0 | 10110 | 111 | 10000000 | 1000000 | 1010010 |
Color Harmonies of #B2EEBA
Complementary color
Monochromatic Colors of #B2EEBA
Black with #B2EEBA
Text Example
Text Example
White with #B2EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEBA; }
p { color: rgb(178,238,186); }
H1.HeaderClassName
{
color: #B2EEBA;
}
.AnyTagClassName
{
color: #B2EEBA;
}
</style>
background-color css
<style>
a { background-color: #B2EEBA; }
a { background-color: rgb(178,238,186); }
div.DivClassName
{
background-color: #B2EEBA;
}
.BgClassName
{
background-color: #B2EEBA;
}
</style>
border-color css
<style>
span { border-color: #B2EEBA; }
span { border-color: rgb(178,238,186); }
td.TdClassName
{
border-color: #B2EEBA;
}
.TagClassName
{
border-color: #B2EEBA;
}
</style>