Shades of Magic Mint #B0ECCD
Tints of Magic Mint #B0ECCD
RGB
CMYK
RGB Variations
Color information
#B0ECCD (or 0xB0ECCD) is known color: Magic Mint. HEX triplet: B0, EC and CD. RGB value is (176,236,205). Sum of RGB (Red+Green+Blue) = 176+236+205=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECCD is #4F1332. Grayscale: #D6D6D6. Windows color (decimal): -5182259 or 13495472. OLE color: 13495472.
HSL color Cylindrical-coordinate representation of color #B0ECCD: hue angle of 149º 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 #B0ECCD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 205 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 149º | 0.61% | 0.81% | - |
| HSV(B) | 149º | 0.25% | 0.93% | - |
| XYZ | 58.92 | 73.63 | 68.86 | - |
| YUV | 214.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 205 | 0.25 | 0 | 0.13 | 0.07 | 149 | 0.61 | 0.81 |
| Hex | B0 | EC | CD | 19 | 0 | D | 7 | 95 | 3D | 51 |
| Octal | 260 | 354 | 315 | 31 | 0 | 15 | 7 | 225 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11001101 | 11001 | 0 | 1101 | 111 | 10010101 | 111101 | 1010001 |
Color Harmonies of #B0ECCD
Complementary color
Monochromatic Colors of #B0ECCD
Black with #B0ECCD
Text Example
Text Example
White with #B0ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECCD; }
p { color: rgb(176,236,205); }
H1.HeaderClassName
{
color: #B0ECCD;
}
.AnyTagClassName
{
color: #B0ECCD;
}
</style>
background-color css
<style>
a { background-color: #B0ECCD; }
a { background-color: rgb(176,236,205); }
div.DivClassName
{
background-color: #B0ECCD;
}
.BgClassName
{
background-color: #B0ECCD;
}
</style>
border-color css
<style>
span { border-color: #B0ECCD; }
span { border-color: rgb(176,236,205); }
td.TdClassName
{
border-color: #B0ECCD;
}
.TagClassName
{
border-color: #B0ECCD;
}
</style>