Shades of Fringy Flower #B2E3BF
Tints of Fringy Flower #B2E3BF
RGB
CMYK
RGB Variations
Color information
#B2E3BF (or 0xB2E3BF) is known color: Fringy Flower. HEX triplet: B2, E3 and BF. RGB value is (178,227,191). Sum of RGB (Red+Green+Blue) = 178+227+191=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E3BF is #4D1C40. Grayscale: #D0D0D0. Windows color (decimal): -5053505 or 12575666. OLE color: 12575666.
HSL color Cylindrical-coordinate representation of color #B2E3BF: hue angle of 135.92º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E3BF is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 227 | 191 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.11 |
| HSL | 135.92º | 0.47% | 0.79% | - |
| HSV(B) | 135.92º | 0.22% | 0.89% | - |
| XYZ | 55.23 | 68.16 | 59.54 | - |
| YUV | 208.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 227 | 191 | 0.22 | 0 | 0.16 | 0.11 | 135.92 | 0.47 | 0.79 |
| Hex | B2 | E3 | BF | 16 | 0 | 10 | B | 88 | 2F | 4F |
| Octal | 262 | 343 | 277 | 26 | 0 | 20 | 13 | 210 | 57 | 117 |
| Binary | 10110010 | 11100011 | 10111111 | 10110 | 0 | 10000 | 1011 | 10001000 | 101111 | 1001111 |
Color Harmonies of #B2E3BF
Complementary color
Monochromatic Colors of #B2E3BF
Black with #B2E3BF
Text Example
Text Example
White with #B2E3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E3BF; }
p { color: rgb(178,227,191); }
H1.HeaderClassName
{
color: #B2E3BF;
}
.AnyTagClassName
{
color: #B2E3BF;
}
</style>
background-color css
<style>
a { background-color: #B2E3BF; }
a { background-color: rgb(178,227,191); }
div.DivClassName
{
background-color: #B2E3BF;
}
.BgClassName
{
background-color: #B2E3BF;
}
</style>
border-color css
<style>
span { border-color: #B2E3BF; }
span { border-color: rgb(178,227,191); }
td.TdClassName
{
border-color: #B2E3BF;
}
.TagClassName
{
border-color: #B2E3BF;
}
</style>