Shades of Magic Mint #B2FFCE
Tints of Magic Mint #B2FFCE
RGB
CMYK
RGB Variations
Color information
#B2FFCE (or 0xB2FFCE) is known color: Magic Mint. HEX triplet: B2, FF and CE. RGB value is (178,255,206). Sum of RGB (Red+Green+Blue) = 178+255+206=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFCE is #4D0031. Grayscale: #E2E2E2. Windows color (decimal): -5046322 or 13565874. OLE color: 13565874.
HSL color Cylindrical-coordinate representation of color #B2FFCE: hue angle of 141.82º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFCE is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 206 | - |
| CMYK | 0.30 | 0 | 0.19 | 0 |
| HSL | 141.82º | 1% | 0.85% | - |
| HSV(B) | 141.82º | 0.3% | 1% | - |
| XYZ | 65.26 | 85.44 | 71.44 | - |
| YUV | 226.39 | 116.49 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 206 | 0.30 | 0 | 0.19 | 0 | 141.82 | 1 | 0.85 |
| Hex | B2 | FF | CE | 1E | 0 | 13 | 0 | 8E | 64 | 55 |
| Octal | 262 | 377 | 316 | 36 | 0 | 23 | 0 | 216 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11001110 | 11110 | 0 | 10011 | 0 | 10001110 | 1100100 | 1010101 |
Color Harmonies of #B2FFCE
Complementary color
Monochromatic Colors of #B2FFCE
Black with #B2FFCE
Text Example
Text Example
White with #B2FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFCE; }
p { color: rgb(178,255,206); }
H1.HeaderClassName
{
color: #B2FFCE;
}
.AnyTagClassName
{
color: #B2FFCE;
}
</style>
background-color css
<style>
a { background-color: #B2FFCE; }
a { background-color: rgb(178,255,206); }
div.DivClassName
{
background-color: #B2FFCE;
}
.BgClassName
{
background-color: #B2FFCE;
}
</style>
border-color css
<style>
span { border-color: #B2FFCE; }
span { border-color: rgb(178,255,206); }
td.TdClassName
{
border-color: #B2FFCE;
}
.TagClassName
{
border-color: #B2FFCE;
}
</style>