Shades of Fringy Flower #B2E4C0
Tints of Fringy Flower #B2E4C0
RGB
CMYK
RGB Variations
Color information
#B2E4C0 (or 0xB2E4C0) is known color: Fringy Flower. HEX triplet: B2, E4 and C0. RGB value is (178,228,192). Sum of RGB (Red+Green+Blue) = 178+228+192=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E4C0 is #4D1B3F. Grayscale: #D1D1D1. Windows color (decimal): -5053248 or 12641458. OLE color: 12641458.
HSL color Cylindrical-coordinate representation of color #B2E4C0: hue angle of 136.8º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E4C0 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 192 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.11 |
| HSL | 136.8º | 0.48% | 0.8% | - |
| HSV(B) | 136.8º | 0.22% | 0.89% | - |
| XYZ | 55.62 | 68.76 | 60.21 | - |
| YUV | 208.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 192 | 0.22 | 0 | 0.16 | 0.11 | 136.8 | 0.48 | 0.8 |
| Hex | B2 | E4 | C0 | 16 | 0 | 10 | B | 89 | 30 | 50 |
| Octal | 262 | 344 | 300 | 26 | 0 | 20 | 13 | 211 | 60 | 120 |
| Binary | 10110010 | 11100100 | 11000000 | 10110 | 0 | 10000 | 1011 | 10001001 | 110000 | 1010000 |
Color Harmonies of #B2E4C0
Complementary color
Monochromatic Colors of #B2E4C0
Black with #B2E4C0
Text Example
Text Example
White with #B2E4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E4C0; }
p { color: rgb(178,228,192); }
H1.HeaderClassName
{
color: #B2E4C0;
}
.AnyTagClassName
{
color: #B2E4C0;
}
</style>
background-color css
<style>
a { background-color: #B2E4C0; }
a { background-color: rgb(178,228,192); }
div.DivClassName
{
background-color: #B2E4C0;
}
.BgClassName
{
background-color: #B2E4C0;
}
</style>
border-color css
<style>
span { border-color: #B2E4C0; }
span { border-color: rgb(178,228,192); }
td.TdClassName
{
border-color: #B2E4C0;
}
.TagClassName
{
border-color: #B2E4C0;
}
</style>