Shades of Fringy Flower #B2E0BE
Tints of Fringy Flower #B2E0BE
RGB
CMYK
RGB Variations
Color information
#B2E0BE (or 0xB2E0BE) is known color: Fringy Flower. HEX triplet: B2, E0 and BE. RGB value is (178,224,190). Sum of RGB (Red+Green+Blue) = 178+224+190=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0BE is #4D1F41. Grayscale: #CECECE. Windows color (decimal): -5054274 or 12509362. OLE color: 12509362.
HSL color Cylindrical-coordinate representation of color #B2E0BE: hue angle of 135.65º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E0BE is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 190 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.12 |
| HSL | 135.65º | 0.43% | 0.79% | - |
| HSV(B) | 135.65º | 0.21% | 0.88% | - |
| XYZ | 54.31 | 66.49 | 58.69 | - |
| YUV | 206.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 190 | 0.21 | 0 | 0.15 | 0.12 | 135.65 | 0.43 | 0.79 |
| Hex | B2 | E0 | BE | 15 | 0 | F | C | 88 | 2B | 4F |
| Octal | 262 | 340 | 276 | 25 | 0 | 17 | 14 | 210 | 53 | 117 |
| Binary | 10110010 | 11100000 | 10111110 | 10101 | 0 | 1111 | 1100 | 10001000 | 101011 | 1001111 |
Color Harmonies of #B2E0BE
Complementary color
Monochromatic Colors of #B2E0BE
Black with #B2E0BE
Text Example
Text Example
White with #B2E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E0BE; }
p { color: rgb(178,224,190); }
H1.HeaderClassName
{
color: #B2E0BE;
}
.AnyTagClassName
{
color: #B2E0BE;
}
</style>
background-color css
<style>
a { background-color: #B2E0BE; }
a { background-color: rgb(178,224,190); }
div.DivClassName
{
background-color: #B2E0BE;
}
.BgClassName
{
background-color: #B2E0BE;
}
</style>
border-color css
<style>
span { border-color: #B2E0BE; }
span { border-color: rgb(178,224,190); }
td.TdClassName
{
border-color: #B2E0BE;
}
.TagClassName
{
border-color: #B2E0BE;
}
</style>