Shades of Fringy Flower #B2E2BF
Tints of Fringy Flower #B2E2BF
RGB
CMYK
RGB Variations
Color information
#B2E2BF (or 0xB2E2BF) is known color: Fringy Flower. HEX triplet: B2, E2 and BF. RGB value is (178,226,191). Sum of RGB (Red+Green+Blue) = 178+226+191=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E2BF is #4D1D40. Grayscale: #CFCFCF. Windows color (decimal): -5053761 or 12575410. OLE color: 12575410.
HSL color Cylindrical-coordinate representation of color #B2E2BF: hue angle of 136.25º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E2BF is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 191 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.11 |
| HSL | 136.25º | 0.45% | 0.79% | - |
| HSV(B) | 136.25º | 0.21% | 0.89% | - |
| XYZ | 54.96 | 67.62 | 59.45 | - |
| YUV | 207.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 191 | 0.21 | 0 | 0.15 | 0.11 | 136.25 | 0.45 | 0.79 |
| Hex | B2 | E2 | BF | 15 | 0 | F | B | 88 | 2D | 4F |
| Octal | 262 | 342 | 277 | 25 | 0 | 17 | 13 | 210 | 55 | 117 |
| Binary | 10110010 | 11100010 | 10111111 | 10101 | 0 | 1111 | 1011 | 10001000 | 101101 | 1001111 |
Color Harmonies of #B2E2BF
Complementary color
Monochromatic Colors of #B2E2BF
Black with #B2E2BF
Text Example
Text Example
White with #B2E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E2BF; }
p { color: rgb(178,226,191); }
H1.HeaderClassName
{
color: #B2E2BF;
}
.AnyTagClassName
{
color: #B2E2BF;
}
</style>
background-color css
<style>
a { background-color: #B2E2BF; }
a { background-color: rgb(178,226,191); }
div.DivClassName
{
background-color: #B2E2BF;
}
.BgClassName
{
background-color: #B2E2BF;
}
</style>
border-color css
<style>
span { border-color: #B2E2BF; }
span { border-color: rgb(178,226,191); }
td.TdClassName
{
border-color: #B2E2BF;
}
.TagClassName
{
border-color: #B2E2BF;
}
</style>