Shades of Fringy Flower #B2EFBB
Tints of Fringy Flower #B2EFBB
RGB
CMYK
RGB Variations
Color information
#B2EFBB (or 0xB2EFBB) is known color: Fringy Flower. HEX triplet: B2, EF and BB. RGB value is (178,239,187). Sum of RGB (Red+Green+Blue) = 178+239+187=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFBB is #4D1044. Grayscale: #D6D6D6. Windows color (decimal): -5050437 or 12316594. OLE color: 12316594.
HSL color Cylindrical-coordinate representation of color #B2EFBB: hue angle of 128.85º 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 #B2EFBB is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 187 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.06 |
| HSL | 128.85º | 0.66% | 0.82% | - |
| HSV(B) | 128.85º | 0.26% | 0.94% | - |
| XYZ | 58.2 | 74.79 | 58.38 | - |
| YUV | 214.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 187 | 0.26 | 0 | 0.22 | 0.06 | 128.85 | 0.66 | 0.82 |
| Hex | B2 | EF | BB | 1A | 0 | 16 | 6 | 81 | 42 | 52 |
| Octal | 262 | 357 | 273 | 32 | 0 | 26 | 6 | 201 | 102 | 122 |
| Binary | 10110010 | 11101111 | 10111011 | 11010 | 0 | 10110 | 110 | 10000001 | 1000010 | 1010010 |
Color Harmonies of #B2EFBB
Complementary color
Monochromatic Colors of #B2EFBB
Black with #B2EFBB
Text Example
Text Example
White with #B2EFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFBB; }
p { color: rgb(178,239,187); }
H1.HeaderClassName
{
color: #B2EFBB;
}
.AnyTagClassName
{
color: #B2EFBB;
}
</style>
background-color css
<style>
a { background-color: #B2EFBB; }
a { background-color: rgb(178,239,187); }
div.DivClassName
{
background-color: #B2EFBB;
}
.BgClassName
{
background-color: #B2EFBB;
}
</style>
border-color css
<style>
span { border-color: #B2EFBB; }
span { border-color: rgb(178,239,187); }
td.TdClassName
{
border-color: #B2EFBB;
}
.TagClassName
{
border-color: #B2EFBB;
}
</style>