Shades of Magic Mint #B1E6C7
Tints of Magic Mint #B1E6C7
RGB
CMYK
RGB Variations
Color information
#B1E6C7 (or 0xB1E6C7) is known color: Magic Mint. HEX triplet: B1, E6 and C7. RGB value is (177,230,199). Sum of RGB (Red+Green+Blue) = 177+230+199=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E6C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E6C7 is #4E1938. Grayscale: #D2D2D2. Windows color (decimal): -5118265 or 13100721. OLE color: 13100721.
HSL color Cylindrical-coordinate representation of color #B1E6C7: hue angle of 144.91º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E6C7 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 199 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.10 |
| HSL | 144.91º | 0.51% | 0.8% | - |
| HSV(B) | 144.91º | 0.23% | 0.9% | - |
| XYZ | 56.74 | 70.06 | 64.57 | - |
| YUV | 210.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 199 | 0.23 | 0 | 0.13 | 0.10 | 144.91 | 0.51 | 0.8 |
| Hex | B1 | E6 | C7 | 17 | 0 | D | A | 91 | 33 | 50 |
| Octal | 261 | 346 | 307 | 27 | 0 | 15 | 12 | 221 | 63 | 120 |
| Binary | 10110001 | 11100110 | 11000111 | 10111 | 0 | 1101 | 1010 | 10010001 | 110011 | 1010000 |
Color Harmonies of #B1E6C7
Complementary color
Monochromatic Colors of #B1E6C7
Black with #B1E6C7
Text Example
Text Example
White with #B1E6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E6C7; }
p { color: rgb(177,230,199); }
H1.HeaderClassName
{
color: #B1E6C7;
}
.AnyTagClassName
{
color: #B1E6C7;
}
</style>
background-color css
<style>
a { background-color: #B1E6C7; }
a { background-color: rgb(177,230,199); }
div.DivClassName
{
background-color: #B1E6C7;
}
.BgClassName
{
background-color: #B1E6C7;
}
</style>
border-color css
<style>
span { border-color: #B1E6C7; }
span { border-color: rgb(177,230,199); }
td.TdClassName
{
border-color: #B1E6C7;
}
.TagClassName
{
border-color: #B1E6C7;
}
</style>