Shades of Magic Mint #B0ECCE
Tints of Magic Mint #B0ECCE
RGB
CMYK
RGB Variations
Color information
#B0ECCE (or 0xB0ECCE) is known color: Magic Mint. HEX triplet: B0, EC and CE. RGB value is (176,236,206). Sum of RGB (Red+Green+Blue) = 176+236+206=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECCE is #4F1331. Grayscale: #D6D6D6. Windows color (decimal): -5182258 or 13561008. OLE color: 13561008.
HSL color Cylindrical-coordinate representation of color #B0ECCE: hue angle of 150º 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 #B0ECCE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 206 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 150º | 0.61% | 0.81% | - |
| HSV(B) | 150º | 0.25% | 0.93% | - |
| XYZ | 59.04 | 73.68 | 69.5 | - |
| YUV | 214.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 206 | 0.25 | 0 | 0.13 | 0.07 | 150 | 0.61 | 0.81 |
| Hex | B0 | EC | CE | 19 | 0 | D | 7 | 96 | 3D | 51 |
| Octal | 260 | 354 | 316 | 31 | 0 | 15 | 7 | 226 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11001110 | 11001 | 0 | 1101 | 111 | 10010110 | 111101 | 1010001 |
Color Harmonies of #B0ECCE
Complementary color
Monochromatic Colors of #B0ECCE
Black with #B0ECCE
Text Example
Text Example
White with #B0ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECCE; }
p { color: rgb(176,236,206); }
H1.HeaderClassName
{
color: #B0ECCE;
}
.AnyTagClassName
{
color: #B0ECCE;
}
</style>
background-color css
<style>
a { background-color: #B0ECCE; }
a { background-color: rgb(176,236,206); }
div.DivClassName
{
background-color: #B0ECCE;
}
.BgClassName
{
background-color: #B0ECCE;
}
</style>
border-color css
<style>
span { border-color: #B0ECCE; }
span { border-color: rgb(176,236,206); }
td.TdClassName
{
border-color: #B0ECCE;
}
.TagClassName
{
border-color: #B0ECCE;
}
</style>