Shades of Magic Mint #B1FFCE
Tints of Magic Mint #B1FFCE
RGB
CMYK
RGB Variations
Color information
#B1FFCE (or 0xB1FFCE) is known color: Magic Mint. HEX triplet: B1, FF and CE. RGB value is (177,255,206). Sum of RGB (Red+Green+Blue) = 177+255+206=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFCE is #4E0031. Grayscale: #E2E2E2. Windows color (decimal): -5111858 or 13565873. OLE color: 13565873.
HSL color Cylindrical-coordinate representation of color #B1FFCE: hue angle of 142.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFCE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 206 | - |
| CMYK | 0.31 | 0 | 0.19 | 0 |
| HSL | 142.31º | 1% | 0.85% | - |
| HSV(B) | 142.31º | 0.31% | 1% | - |
| XYZ | 65.03 | 85.32 | 71.43 | - |
| YUV | 226.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 206 | 0.31 | 0 | 0.19 | 0 | 142.31 | 1 | 0.85 |
| Hex | B1 | FF | CE | 1F | 0 | 13 | 0 | 8E | 64 | 55 |
| Octal | 261 | 377 | 316 | 37 | 0 | 23 | 0 | 216 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11001110 | 11111 | 0 | 10011 | 0 | 10001110 | 1100100 | 1010101 |
Color Harmonies of #B1FFCE
Complementary color
Monochromatic Colors of #B1FFCE
Black with #B1FFCE
Text Example
Text Example
White with #B1FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFCE; }
p { color: rgb(177,255,206); }
H1.HeaderClassName
{
color: #B1FFCE;
}
.AnyTagClassName
{
color: #B1FFCE;
}
</style>
background-color css
<style>
a { background-color: #B1FFCE; }
a { background-color: rgb(177,255,206); }
div.DivClassName
{
background-color: #B1FFCE;
}
.BgClassName
{
background-color: #B1FFCE;
}
</style>
border-color css
<style>
span { border-color: #B1FFCE; }
span { border-color: rgb(177,255,206); }
td.TdClassName
{
border-color: #B1FFCE;
}
.TagClassName
{
border-color: #B1FFCE;
}
</style>