Shades of Fringy Flower #B2EEBB
Tints of Fringy Flower #B2EEBB
RGB
CMYK
RGB Variations
Color information
#B2EEBB (or 0xB2EEBB) is known color: Fringy Flower. HEX triplet: B2, EE and BB. RGB value is (178,238,187). Sum of RGB (Red+Green+Blue) = 178+238+187=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEBB is #4D1144. Grayscale: #D6D6D6. Windows color (decimal): -5050693 or 12316338. OLE color: 12316338.
HSL color Cylindrical-coordinate representation of color #B2EEBB: hue angle of 129º 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 #B2EEBB is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 187 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.07 |
| HSL | 129º | 0.64% | 0.82% | - |
| HSV(B) | 129º | 0.25% | 0.93% | - |
| XYZ | 57.9 | 74.2 | 58.28 | - |
| YUV | 214.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 187 | 0.25 | 0 | 0.21 | 0.07 | 129 | 0.64 | 0.82 |
| Hex | B2 | EE | BB | 19 | 0 | 15 | 7 | 81 | 40 | 52 |
| Octal | 262 | 356 | 273 | 31 | 0 | 25 | 7 | 201 | 100 | 122 |
| Binary | 10110010 | 11101110 | 10111011 | 11001 | 0 | 10101 | 111 | 10000001 | 1000000 | 1010010 |
Color Harmonies of #B2EEBB
Complementary color
Monochromatic Colors of #B2EEBB
Black with #B2EEBB
Text Example
Text Example
White with #B2EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEBB; }
p { color: rgb(178,238,187); }
H1.HeaderClassName
{
color: #B2EEBB;
}
.AnyTagClassName
{
color: #B2EEBB;
}
</style>
background-color css
<style>
a { background-color: #B2EEBB; }
a { background-color: rgb(178,238,187); }
div.DivClassName
{
background-color: #B2EEBB;
}
.BgClassName
{
background-color: #B2EEBB;
}
</style>
border-color css
<style>
span { border-color: #B2EEBB; }
span { border-color: rgb(178,238,187); }
td.TdClassName
{
border-color: #B2EEBB;
}
.TagClassName
{
border-color: #B2EEBB;
}
</style>