Shades of Magic Mint #B1FECE
Tints of Magic Mint #B1FECE
RGB
CMYK
RGB Variations
Color information
#B1FECE (or 0xB1FECE) is known color: Magic Mint. HEX triplet: B1, FE and CE. RGB value is (177,254,206). Sum of RGB (Red+Green+Blue) = 177+254+206=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FECE is #4E0131. Grayscale: #E1E1E1. Windows color (decimal): -5112114 or 13565617. OLE color: 13565617.
HSL color Cylindrical-coordinate representation of color #B1FECE: hue angle of 142.6º 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 #B1FECE is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 206 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.00 |
| HSL | 142.6º | 0.97% | 0.85% | - |
| HSV(B) | 142.6º | 0.3% | 1% | - |
| XYZ | 64.71 | 84.69 | 71.33 | - |
| YUV | 225.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 206 | 0.30 | 0 | 0.19 | 0.00 | 142.6 | 0.97 | 0.85 |
| Hex | B1 | FE | CE | 1E | 0 | 13 | 0 | 8F | 61 | 55 |
| Octal | 261 | 376 | 316 | 36 | 0 | 23 | 0 | 217 | 141 | 125 |
| Binary | 10110001 | 11111110 | 11001110 | 11110 | 0 | 10011 | 0 | 10001111 | 1100001 | 1010101 |
Color Harmonies of #B1FECE
Complementary color
Monochromatic Colors of #B1FECE
Black with #B1FECE
Text Example
Text Example
White with #B1FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FECE; }
p { color: rgb(177,254,206); }
H1.HeaderClassName
{
color: #B1FECE;
}
.AnyTagClassName
{
color: #B1FECE;
}
</style>
background-color css
<style>
a { background-color: #B1FECE; }
a { background-color: rgb(177,254,206); }
div.DivClassName
{
background-color: #B1FECE;
}
.BgClassName
{
background-color: #B1FECE;
}
</style>
border-color css
<style>
span { border-color: #B1FECE; }
span { border-color: rgb(177,254,206); }
td.TdClassName
{
border-color: #B1FECE;
}
.TagClassName
{
border-color: #B1FECE;
}
</style>