Shades of Fringy Flower #B2EBC2
Tints of Fringy Flower #B2EBC2
RGB
CMYK
RGB Variations
Color information
#B2EBC2 (or 0xB2EBC2) is known color: Fringy Flower. HEX triplet: B2, EB and C2. RGB value is (178,235,194). Sum of RGB (Red+Green+Blue) = 178+235+194=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBC2 is #4D143D. Grayscale: #D5D5D5. Windows color (decimal): -5051454 or 12774322. OLE color: 12774322.
HSL color Cylindrical-coordinate representation of color #B2EBC2: hue angle of 136.84º 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 #B2EBC2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 194 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.08 |
| HSL | 136.84º | 0.59% | 0.81% | - |
| HSV(B) | 136.84º | 0.24% | 0.92% | - |
| XYZ | 57.81 | 72.78 | 62.04 | - |
| YUV | 213.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 194 | 0.24 | 0 | 0.17 | 0.08 | 136.84 | 0.59 | 0.81 |
| Hex | B2 | EB | C2 | 18 | 0 | 11 | 8 | 89 | 3B | 51 |
| Octal | 262 | 353 | 302 | 30 | 0 | 21 | 10 | 211 | 73 | 121 |
| Binary | 10110010 | 11101011 | 11000010 | 11000 | 0 | 10001 | 1000 | 10001001 | 111011 | 1010001 |
Color Harmonies of #B2EBC2
Complementary color
Monochromatic Colors of #B2EBC2
Black with #B2EBC2
Text Example
Text Example
White with #B2EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBC2; }
p { color: rgb(178,235,194); }
H1.HeaderClassName
{
color: #B2EBC2;
}
.AnyTagClassName
{
color: #B2EBC2;
}
</style>
background-color css
<style>
a { background-color: #B2EBC2; }
a { background-color: rgb(178,235,194); }
div.DivClassName
{
background-color: #B2EBC2;
}
.BgClassName
{
background-color: #B2EBC2;
}
</style>
border-color css
<style>
span { border-color: #B2EBC2; }
span { border-color: rgb(178,235,194); }
td.TdClassName
{
border-color: #B2EBC2;
}
.TagClassName
{
border-color: #B2EBC2;
}
</style>