Shades of Fringy Flower #B2FEC0
Tints of Fringy Flower #B2FEC0
RGB
CMYK
RGB Variations
Color information
#B2FEC0 (or 0xB2FEC0) is known color: Fringy Flower. HEX triplet: B2, FE and C0. RGB value is (178,254,192). Sum of RGB (Red+Green+Blue) = 178+254+192=624 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.53% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEC0 is #4D013F. Grayscale: #E0E0E0. Windows color (decimal): -5046592 or 12648114. OLE color: 12648114.
HSL color Cylindrical-coordinate representation of color #B2FEC0: hue angle of 131.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEC0 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 192 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.00 |
| HSL | 131.05º | 0.97% | 0.85% | - |
| HSV(B) | 131.05º | 0.3% | 1% | - |
| XYZ | 63.32 | 84.15 | 62.78 | - |
| YUV | 224.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 192 | 0.30 | 0 | 0.24 | 0.00 | 131.05 | 0.97 | 0.85 |
| Hex | B2 | FE | C0 | 1E | 0 | 18 | 0 | 83 | 61 | 55 |
| Octal | 262 | 376 | 300 | 36 | 0 | 30 | 0 | 203 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11000000 | 11110 | 0 | 11000 | 0 | 10000011 | 1100001 | 1010101 |
Color Harmonies of #B2FEC0
Complementary color
Monochromatic Colors of #B2FEC0
Black with #B2FEC0
Text Example
Text Example
White with #B2FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEC0; }
p { color: rgb(178,254,192); }
H1.HeaderClassName
{
color: #B2FEC0;
}
.AnyTagClassName
{
color: #B2FEC0;
}
</style>
background-color css
<style>
a { background-color: #B2FEC0; }
a { background-color: rgb(178,254,192); }
div.DivClassName
{
background-color: #B2FEC0;
}
.BgClassName
{
background-color: #B2FEC0;
}
</style>
border-color css
<style>
span { border-color: #B2FEC0; }
span { border-color: rgb(178,254,192); }
td.TdClassName
{
border-color: #B2FEC0;
}
.TagClassName
{
border-color: #B2FEC0;
}
</style>