Shades of Magic Mint #B1ECD6
Tints of Magic Mint #B1ECD6
RGB
CMYK
RGB Variations
Color information
#B1ECD6 (or 0xB1ECD6) is known color: Magic Mint. HEX triplet: B1, EC and D6. RGB value is (177,236,214). Sum of RGB (Red+Green+Blue) = 177+236+214=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECD6 is #4E1329. Grayscale: #D7D7D7. Windows color (decimal): -5116714 or 14085297. OLE color: 14085297.
HSL color Cylindrical-coordinate representation of color #B1ECD6: hue angle of 157.63º 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 #B1ECD6 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 236 | 214 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.07 |
| HSL | 157.63º | 0.61% | 0.81% | - |
| HSV(B) | 157.63º | 0.25% | 0.93% | - |
| XYZ | 60.26 | 74.19 | 74.76 | - |
| YUV | 215.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 214 | 0.25 | 0 | 0.09 | 0.07 | 157.63 | 0.61 | 0.81 |
| Hex | B1 | EC | D6 | 19 | 0 | 9 | 7 | 9E | 3D | 51 |
| Octal | 261 | 354 | 326 | 31 | 0 | 11 | 7 | 236 | 75 | 121 |
| Binary | 10110001 | 11101100 | 11010110 | 11001 | 0 | 1001 | 111 | 10011110 | 111101 | 1010001 |
Color Harmonies of #B1ECD6
Complementary color
Monochromatic Colors of #B1ECD6
Black with #B1ECD6
Text Example
Text Example
White with #B1ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ECD6; }
p { color: rgb(177,236,214); }
H1.HeaderClassName
{
color: #B1ECD6;
}
.AnyTagClassName
{
color: #B1ECD6;
}
</style>
background-color css
<style>
a { background-color: #B1ECD6; }
a { background-color: rgb(177,236,214); }
div.DivClassName
{
background-color: #B1ECD6;
}
.BgClassName
{
background-color: #B1ECD6;
}
</style>
border-color css
<style>
span { border-color: #B1ECD6; }
span { border-color: rgb(177,236,214); }
td.TdClassName
{
border-color: #B1ECD6;
}
.TagClassName
{
border-color: #B1ECD6;
}
</style>