Shades of Magic Mint #B1EBCE
Tints of Magic Mint #B1EBCE
RGB
CMYK
RGB Variations
Color information
#B1EBCE (or 0xB1EBCE) is known color: Magic Mint. HEX triplet: B1, EB and CE. RGB value is (177,235,206). Sum of RGB (Red+Green+Blue) = 177+235+206=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBCE is #4E1431. Grayscale: #D6D6D6. Windows color (decimal): -5116978 or 13560753. OLE color: 13560753.
HSL color Cylindrical-coordinate representation of color #B1EBCE: hue angle of 150º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBCE is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 206 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.08 |
| HSL | 150º | 0.59% | 0.81% | - |
| HSV(B) | 150º | 0.25% | 0.92% | - |
| XYZ | 58.98 | 73.22 | 69.42 | - |
| YUV | 214.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 206 | 0.25 | 0 | 0.12 | 0.08 | 150 | 0.59 | 0.81 |
| Hex | B1 | EB | CE | 19 | 0 | C | 8 | 96 | 3B | 51 |
| Octal | 261 | 353 | 316 | 31 | 0 | 14 | 10 | 226 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11001110 | 11001 | 0 | 1100 | 1000 | 10010110 | 111011 | 1010001 |
Color Harmonies of #B1EBCE
Complementary color
Monochromatic Colors of #B1EBCE
Black with #B1EBCE
Text Example
Text Example
White with #B1EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBCE; }
p { color: rgb(177,235,206); }
H1.HeaderClassName
{
color: #B1EBCE;
}
.AnyTagClassName
{
color: #B1EBCE;
}
</style>
background-color css
<style>
a { background-color: #B1EBCE; }
a { background-color: rgb(177,235,206); }
div.DivClassName
{
background-color: #B1EBCE;
}
.BgClassName
{
background-color: #B1EBCE;
}
</style>
border-color css
<style>
span { border-color: #B1EBCE; }
span { border-color: rgb(177,235,206); }
td.TdClassName
{
border-color: #B1EBCE;
}
.TagClassName
{
border-color: #B1EBCE;
}
</style>