Shades of Fringy Flower #B2EBC0
Tints of Fringy Flower #B2EBC0
RGB
CMYK
RGB Variations
Color information
#B2EBC0 (or 0xB2EBC0) is known color: Fringy Flower. HEX triplet: B2, EB and C0. RGB value is (178,235,192). Sum of RGB (Red+Green+Blue) = 178+235+192=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBC0 is #4D143F. Grayscale: #D5D5D5. Windows color (decimal): -5051456 or 12643250. OLE color: 12643250.
HSL color Cylindrical-coordinate representation of color #B2EBC0: hue angle of 134.74º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBC0 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 192 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.08 |
| HSL | 134.74º | 0.59% | 0.81% | - |
| HSV(B) | 134.74º | 0.24% | 0.92% | - |
| XYZ | 57.58 | 72.69 | 60.86 | - |
| YUV | 213.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 192 | 0.24 | 0 | 0.18 | 0.08 | 134.74 | 0.59 | 0.81 |
| Hex | B2 | EB | C0 | 18 | 0 | 12 | 8 | 87 | 3B | 51 |
| Octal | 262 | 353 | 300 | 30 | 0 | 22 | 10 | 207 | 73 | 121 |
| Binary | 10110010 | 11101011 | 11000000 | 11000 | 0 | 10010 | 1000 | 10000111 | 111011 | 1010001 |
Color Harmonies of #B2EBC0
Complementary color
Monochromatic Colors of #B2EBC0
Black with #B2EBC0
Text Example
Text Example
White with #B2EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBC0; }
p { color: rgb(178,235,192); }
H1.HeaderClassName
{
color: #B2EBC0;
}
.AnyTagClassName
{
color: #B2EBC0;
}
</style>
background-color css
<style>
a { background-color: #B2EBC0; }
a { background-color: rgb(178,235,192); }
div.DivClassName
{
background-color: #B2EBC0;
}
.BgClassName
{
background-color: #B2EBC0;
}
</style>
border-color css
<style>
span { border-color: #B2EBC0; }
span { border-color: rgb(178,235,192); }
td.TdClassName
{
border-color: #B2EBC0;
}
.TagClassName
{
border-color: #B2EBC0;
}
</style>