Shades of Fringy Flower #B2E5BC
Tints of Fringy Flower #B2E5BC
RGB
CMYK
RGB Variations
Color information
#B2E5BC (or 0xB2E5BC) is known color: Fringy Flower. HEX triplet: B2, E5 and BC. RGB value is (178,229,188). Sum of RGB (Red+Green+Blue) = 178+229+188=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E5BC is #4D1A43. Grayscale: #D1D1D1. Windows color (decimal): -5052996 or 12379570. OLE color: 12379570.
HSL color Cylindrical-coordinate representation of color #B2E5BC: hue angle of 131.76º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E5BC is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 188 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.10 |
| HSL | 131.76º | 0.5% | 0.8% | - |
| HSV(B) | 131.76º | 0.22% | 0.9% | - |
| XYZ | 55.46 | 69.13 | 58 | - |
| YUV | 209.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 188 | 0.22 | 0 | 0.18 | 0.10 | 131.76 | 0.5 | 0.8 |
| Hex | B2 | E5 | BC | 16 | 0 | 12 | A | 84 | 32 | 50 |
| Octal | 262 | 345 | 274 | 26 | 0 | 22 | 12 | 204 | 62 | 120 |
| Binary | 10110010 | 11100101 | 10111100 | 10110 | 0 | 10010 | 1010 | 10000100 | 110010 | 1010000 |
Color Harmonies of #B2E5BC
Complementary color
Monochromatic Colors of #B2E5BC
Black with #B2E5BC
Text Example
Text Example
White with #B2E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E5BC; }
p { color: rgb(178,229,188); }
H1.HeaderClassName
{
color: #B2E5BC;
}
.AnyTagClassName
{
color: #B2E5BC;
}
</style>
background-color css
<style>
a { background-color: #B2E5BC; }
a { background-color: rgb(178,229,188); }
div.DivClassName
{
background-color: #B2E5BC;
}
.BgClassName
{
background-color: #B2E5BC;
}
</style>
border-color css
<style>
span { border-color: #B2E5BC; }
span { border-color: rgb(178,229,188); }
td.TdClassName
{
border-color: #B2E5BC;
}
.TagClassName
{
border-color: #B2E5BC;
}
</style>