Shades of Magic Mint #B1E7C9
Tints of Magic Mint #B1E7C9
RGB
CMYK
RGB Variations
Color information
#B1E7C9 (or 0xB1E7C9) is known color: Magic Mint. HEX triplet: B1, E7 and C9. RGB value is (177,231,201). Sum of RGB (Red+Green+Blue) = 177+231+201=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E7C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E7C9 is #4E1836. Grayscale: #D3D3D3. Windows color (decimal): -5118007 or 13232049. OLE color: 13232049.
HSL color Cylindrical-coordinate representation of color #B1E7C9: hue angle of 146.67º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E7C9 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 231 | 201 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.09 |
| HSL | 146.67º | 0.53% | 0.8% | - |
| HSV(B) | 146.67º | 0.23% | 0.91% | - |
| XYZ | 57.25 | 70.72 | 65.89 | - |
| YUV | 211.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 201 | 0.23 | 0 | 0.13 | 0.09 | 146.67 | 0.53 | 0.8 |
| Hex | B1 | E7 | C9 | 17 | 0 | D | 9 | 93 | 35 | 50 |
| Octal | 261 | 347 | 311 | 27 | 0 | 15 | 11 | 223 | 65 | 120 |
| Binary | 10110001 | 11100111 | 11001001 | 10111 | 0 | 1101 | 1001 | 10010011 | 110101 | 1010000 |
Color Harmonies of #B1E7C9
Complementary color
Monochromatic Colors of #B1E7C9
Black with #B1E7C9
Text Example
Text Example
White with #B1E7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E7C9; }
p { color: rgb(177,231,201); }
H1.HeaderClassName
{
color: #B1E7C9;
}
.AnyTagClassName
{
color: #B1E7C9;
}
</style>
background-color css
<style>
a { background-color: #B1E7C9; }
a { background-color: rgb(177,231,201); }
div.DivClassName
{
background-color: #B1E7C9;
}
.BgClassName
{
background-color: #B1E7C9;
}
</style>
border-color css
<style>
span { border-color: #B1E7C9; }
span { border-color: rgb(177,231,201); }
td.TdClassName
{
border-color: #B1E7C9;
}
.TagClassName
{
border-color: #B1E7C9;
}
</style>