Shades of Magic Mint #B1E8CC
Tints of Magic Mint #B1E8CC
RGB
CMYK
RGB Variations
Color information
#B1E8CC (or 0xB1E8CC) is known color: Magic Mint. HEX triplet: B1, E8 and CC. RGB value is (177,232,204). Sum of RGB (Red+Green+Blue) = 177+232+204=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E8CC is #4E1733. Grayscale: #D4D4D4. Windows color (decimal): -5117748 or 13428913. OLE color: 13428913.
HSL color Cylindrical-coordinate representation of color #B1E8CC: hue angle of 149.45º 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 #B1E8CC is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 232 | 204 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.09 |
| HSL | 149.45º | 0.54% | 0.8% | - |
| HSV(B) | 149.45º | 0.24% | 0.91% | - |
| XYZ | 57.89 | 71.42 | 67.86 | - |
| YUV | 212.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 204 | 0.24 | 0 | 0.12 | 0.09 | 149.45 | 0.54 | 0.8 |
| Hex | B1 | E8 | CC | 18 | 0 | C | 9 | 95 | 36 | 50 |
| Octal | 261 | 350 | 314 | 30 | 0 | 14 | 11 | 225 | 66 | 120 |
| Binary | 10110001 | 11101000 | 11001100 | 11000 | 0 | 1100 | 1001 | 10010101 | 110110 | 1010000 |
Color Harmonies of #B1E8CC
Complementary color
Monochromatic Colors of #B1E8CC
Black with #B1E8CC
Text Example
Text Example
White with #B1E8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E8CC; }
p { color: rgb(177,232,204); }
H1.HeaderClassName
{
color: #B1E8CC;
}
.AnyTagClassName
{
color: #B1E8CC;
}
</style>
background-color css
<style>
a { background-color: #B1E8CC; }
a { background-color: rgb(177,232,204); }
div.DivClassName
{
background-color: #B1E8CC;
}
.BgClassName
{
background-color: #B1E8CC;
}
</style>
border-color css
<style>
span { border-color: #B1E8CC; }
span { border-color: rgb(177,232,204); }
td.TdClassName
{
border-color: #B1E8CC;
}
.TagClassName
{
border-color: #B1E8CC;
}
</style>