Shades of Magic Mint #B1E6CE
Tints of Magic Mint #B1E6CE
RGB
CMYK
RGB Variations
Color information
#B1E6CE (or 0xB1E6CE) is known color: Magic Mint. HEX triplet: B1, E6 and CE. RGB value is (177,230,206). Sum of RGB (Red+Green+Blue) = 177+230+206=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E6CE is #4E1931. Grayscale: #D3D3D3. Windows color (decimal): -5118258 or 13559473. OLE color: 13559473.
HSL color Cylindrical-coordinate representation of color #B1E6CE: hue angle of 152.83º 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 #B1E6CE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 206 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.10 |
| HSL | 152.83º | 0.51% | 0.8% | - |
| HSV(B) | 152.83º | 0.23% | 0.9% | - |
| XYZ | 57.57 | 70.4 | 68.95 | - |
| YUV | 211.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 206 | 0.23 | 0 | 0.10 | 0.10 | 152.83 | 0.51 | 0.8 |
| Hex | B1 | E6 | CE | 17 | 0 | A | A | 99 | 33 | 50 |
| Octal | 261 | 346 | 316 | 27 | 0 | 12 | 12 | 231 | 63 | 120 |
| Binary | 10110001 | 11100110 | 11001110 | 10111 | 0 | 1010 | 1010 | 10011001 | 110011 | 1010000 |
Color Harmonies of #B1E6CE
Complementary color
Monochromatic Colors of #B1E6CE
Black with #B1E6CE
Text Example
Text Example
White with #B1E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E6CE; }
p { color: rgb(177,230,206); }
H1.HeaderClassName
{
color: #B1E6CE;
}
.AnyTagClassName
{
color: #B1E6CE;
}
</style>
background-color css
<style>
a { background-color: #B1E6CE; }
a { background-color: rgb(177,230,206); }
div.DivClassName
{
background-color: #B1E6CE;
}
.BgClassName
{
background-color: #B1E6CE;
}
</style>
border-color css
<style>
span { border-color: #B1E6CE; }
span { border-color: rgb(177,230,206); }
td.TdClassName
{
border-color: #B1E6CE;
}
.TagClassName
{
border-color: #B1E6CE;
}
</style>