Shades of Magic Mint #B2ECCE
Tints of Magic Mint #B2ECCE
RGB
CMYK
RGB Variations
Color information
#B2ECCE (or 0xB2ECCE) is known color: Magic Mint. HEX triplet: B2, EC and CE. RGB value is (178,236,206). Sum of RGB (Red+Green+Blue) = 178+236+206=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECCE is #4D1331. Grayscale: #D7D7D7. Windows color (decimal): -5051186 or 13561010. OLE color: 13561010.
HSL color Cylindrical-coordinate representation of color #B2ECCE: hue angle of 148.97º degrees, saturation: 0.6, 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 #B2ECCE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 206 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 148.97º | 0.6% | 0.81% | - |
| HSV(B) | 148.97º | 0.25% | 0.93% | - |
| XYZ | 59.5 | 73.91 | 69.52 | - |
| YUV | 215.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 206 | 0.25 | 0 | 0.13 | 0.07 | 148.97 | 0.6 | 0.81 |
| Hex | B2 | EC | CE | 19 | 0 | D | 7 | 95 | 3C | 51 |
| Octal | 262 | 354 | 316 | 31 | 0 | 15 | 7 | 225 | 74 | 121 |
| Binary | 10110010 | 11101100 | 11001110 | 11001 | 0 | 1101 | 111 | 10010101 | 111100 | 1010001 |
Color Harmonies of #B2ECCE
Complementary color
Monochromatic Colors of #B2ECCE
Black with #B2ECCE
Text Example
Text Example
White with #B2ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECCE; }
p { color: rgb(178,236,206); }
H1.HeaderClassName
{
color: #B2ECCE;
}
.AnyTagClassName
{
color: #B2ECCE;
}
</style>
background-color css
<style>
a { background-color: #B2ECCE; }
a { background-color: rgb(178,236,206); }
div.DivClassName
{
background-color: #B2ECCE;
}
.BgClassName
{
background-color: #B2ECCE;
}
</style>
border-color css
<style>
span { border-color: #B2ECCE; }
span { border-color: rgb(178,236,206); }
td.TdClassName
{
border-color: #B2ECCE;
}
.TagClassName
{
border-color: #B2ECCE;
}
</style>