Shades of Magic Mint #B1FEC6
Tints of Magic Mint #B1FEC6
RGB
CMYK
RGB Variations
Color information
#B1FEC6 (or 0xB1FEC6) is known color: Magic Mint. HEX triplet: B1, FE and C6. RGB value is (177,254,198). Sum of RGB (Red+Green+Blue) = 177+254+198=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEC6 is #4E0139. Grayscale: #E0E0E0. Windows color (decimal): -5112122 or 13041329. OLE color: 13041329.
HSL color Cylindrical-coordinate representation of color #B1FEC6: hue angle of 136.36º 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 #B1FEC6 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 198 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.00 |
| HSL | 136.36º | 0.97% | 0.85% | - |
| HSV(B) | 136.36º | 0.3% | 1% | - |
| XYZ | 63.77 | 84.31 | 66.34 | - |
| YUV | 224.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 198 | 0.30 | 0 | 0.22 | 0.00 | 136.36 | 0.97 | 0.85 |
| Hex | B1 | FE | C6 | 1E | 0 | 16 | 0 | 88 | 61 | 55 |
| Octal | 261 | 376 | 306 | 36 | 0 | 26 | 0 | 210 | 141 | 125 |
| Binary | 10110001 | 11111110 | 11000110 | 11110 | 0 | 10110 | 0 | 10001000 | 1100001 | 1010101 |
Color Harmonies of #B1FEC6
Complementary color
Monochromatic Colors of #B1FEC6
Black with #B1FEC6
Text Example
Text Example
White with #B1FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEC6; }
p { color: rgb(177,254,198); }
H1.HeaderClassName
{
color: #B1FEC6;
}
.AnyTagClassName
{
color: #B1FEC6;
}
</style>
background-color css
<style>
a { background-color: #B1FEC6; }
a { background-color: rgb(177,254,198); }
div.DivClassName
{
background-color: #B1FEC6;
}
.BgClassName
{
background-color: #B1FEC6;
}
</style>
border-color css
<style>
span { border-color: #B1FEC6; }
span { border-color: rgb(177,254,198); }
td.TdClassName
{
border-color: #B1FEC6;
}
.TagClassName
{
border-color: #B1FEC6;
}
</style>