Shades of Magic Mint #B1E8CE
Tints of Magic Mint #B1E8CE
RGB
CMYK
RGB Variations
Color information
#B1E8CE (or 0xB1E8CE) is known color: Magic Mint. HEX triplet: B1, E8 and CE. RGB value is (177,232,206). Sum of RGB (Red+Green+Blue) = 177+232+206=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E8CE is #4E1731. Grayscale: #D4D4D4. Windows color (decimal): -5117746 or 13559985. OLE color: 13559985.
HSL color Cylindrical-coordinate representation of color #B1E8CE: hue angle of 151.64º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E8CE is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 232 | 206 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.09 |
| HSL | 151.64º | 0.54% | 0.8% | - |
| HSV(B) | 151.64º | 0.24% | 0.91% | - |
| XYZ | 58.13 | 71.52 | 69.13 | - |
| YUV | 212.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 206 | 0.24 | 0 | 0.11 | 0.09 | 151.64 | 0.54 | 0.8 |
| Hex | B1 | E8 | CE | 18 | 0 | B | 9 | 98 | 36 | 50 |
| Octal | 261 | 350 | 316 | 30 | 0 | 13 | 11 | 230 | 66 | 120 |
| Binary | 10110001 | 11101000 | 11001110 | 11000 | 0 | 1011 | 1001 | 10011000 | 110110 | 1010000 |
Color Harmonies of #B1E8CE
Complementary color
Monochromatic Colors of #B1E8CE
Black with #B1E8CE
Text Example
Text Example
White with #B1E8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E8CE; }
p { color: rgb(177,232,206); }
H1.HeaderClassName
{
color: #B1E8CE;
}
.AnyTagClassName
{
color: #B1E8CE;
}
</style>
background-color css
<style>
a { background-color: #B1E8CE; }
a { background-color: rgb(177,232,206); }
div.DivClassName
{
background-color: #B1E8CE;
}
.BgClassName
{
background-color: #B1E8CE;
}
</style>
border-color css
<style>
span { border-color: #B1E8CE; }
span { border-color: rgb(177,232,206); }
td.TdClassName
{
border-color: #B1E8CE;
}
.TagClassName
{
border-color: #B1E8CE;
}
</style>