Shades of Magic Mint #B1ECCE
Tints of Magic Mint #B1ECCE
RGB
CMYK
RGB Variations
Color information
#B1ECCE (or 0xB1ECCE) is known color: Magic Mint. HEX triplet: B1, EC and CE. RGB value is (177,236,206). Sum of RGB (Red+Green+Blue) = 177+236+206=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECCE is #4E1331. Grayscale: #D6D6D6. Windows color (decimal): -5116722 or 13561009. OLE color: 13561009.
HSL color Cylindrical-coordinate representation of color #B1ECCE: hue angle of 149.49º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1ECCE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 236 | 206 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 149.49º | 0.61% | 0.81% | - |
| HSV(B) | 149.49º | 0.25% | 0.93% | - |
| XYZ | 59.27 | 73.79 | 69.51 | - |
| YUV | 214.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 206 | 0.25 | 0 | 0.13 | 0.07 | 149.49 | 0.61 | 0.81 |
| Hex | B1 | EC | CE | 19 | 0 | D | 7 | 95 | 3D | 51 |
| Octal | 261 | 354 | 316 | 31 | 0 | 15 | 7 | 225 | 75 | 121 |
| Binary | 10110001 | 11101100 | 11001110 | 11001 | 0 | 1101 | 111 | 10010101 | 111101 | 1010001 |
Color Harmonies of #B1ECCE
Complementary color
Monochromatic Colors of #B1ECCE
Black with #B1ECCE
Text Example
Text Example
White with #B1ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ECCE; }
p { color: rgb(177,236,206); }
H1.HeaderClassName
{
color: #B1ECCE;
}
.AnyTagClassName
{
color: #B1ECCE;
}
</style>
background-color css
<style>
a { background-color: #B1ECCE; }
a { background-color: rgb(177,236,206); }
div.DivClassName
{
background-color: #B1ECCE;
}
.BgClassName
{
background-color: #B1ECCE;
}
</style>
border-color css
<style>
span { border-color: #B1ECCE; }
span { border-color: rgb(177,236,206); }
td.TdClassName
{
border-color: #B1ECCE;
}
.TagClassName
{
border-color: #B1ECCE;
}
</style>