Shades of Magic Mint #B1FECD
Tints of Magic Mint #B1FECD
RGB
CMYK
RGB Variations
Color information
#B1FECD (or 0xB1FECD) is known color: Magic Mint. HEX triplet: B1, FE and CD. RGB value is (177,254,205). Sum of RGB (Red+Green+Blue) = 177+254+205=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FECD is #4E0132. Grayscale: #E1E1E1. Windows color (decimal): -5112115 or 13500081. OLE color: 13500081.
HSL color Cylindrical-coordinate representation of color #B1FECD: hue angle of 141.82º 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 #B1FECD is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 205 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.00 |
| HSL | 141.82º | 0.97% | 0.85% | - |
| HSV(B) | 141.82º | 0.3% | 1% | - |
| XYZ | 64.59 | 84.64 | 70.69 | - |
| YUV | 225.39 | 116.49 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 205 | 0.30 | 0 | 0.19 | 0.00 | 141.82 | 0.97 | 0.85 |
| Hex | B1 | FE | CD | 1E | 0 | 13 | 0 | 8E | 61 | 55 |
| Octal | 261 | 376 | 315 | 36 | 0 | 23 | 0 | 216 | 141 | 125 |
| Binary | 10110001 | 11111110 | 11001101 | 11110 | 0 | 10011 | 0 | 10001110 | 1100001 | 1010101 |
Color Harmonies of #B1FECD
Complementary color
Monochromatic Colors of #B1FECD
Black with #B1FECD
Text Example
Text Example
White with #B1FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FECD; }
p { color: rgb(177,254,205); }
H1.HeaderClassName
{
color: #B1FECD;
}
.AnyTagClassName
{
color: #B1FECD;
}
</style>
background-color css
<style>
a { background-color: #B1FECD; }
a { background-color: rgb(177,254,205); }
div.DivClassName
{
background-color: #B1FECD;
}
.BgClassName
{
background-color: #B1FECD;
}
</style>
border-color css
<style>
span { border-color: #B1FECD; }
span { border-color: rgb(177,254,205); }
td.TdClassName
{
border-color: #B1FECD;
}
.TagClassName
{
border-color: #B1FECD;
}
</style>