Shades of Magic Mint #B1ECD2
Tints of Magic Mint #B1ECD2
RGB
CMYK
RGB Variations
Color information
#B1ECD2 (or 0xB1ECD2) is known color: Magic Mint. HEX triplet: B1, EC and D2. RGB value is (177,236,210). Sum of RGB (Red+Green+Blue) = 177+236+210=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECD2 is #4E132D. Grayscale: #D7D7D7. Windows color (decimal): -5116718 or 13823153. OLE color: 13823153.
HSL color Cylindrical-coordinate representation of color #B1ECD2: hue angle of 153.56º 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 #B1ECD2 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 236 | 210 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.07 |
| HSL | 153.56º | 0.61% | 0.81% | - |
| HSV(B) | 153.56º | 0.25% | 0.93% | - |
| XYZ | 59.76 | 73.99 | 72.1 | - |
| YUV | 215.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 210 | 0.25 | 0 | 0.11 | 0.07 | 153.56 | 0.61 | 0.81 |
| Hex | B1 | EC | D2 | 19 | 0 | B | 7 | 9A | 3D | 51 |
| Octal | 261 | 354 | 322 | 31 | 0 | 13 | 7 | 232 | 75 | 121 |
| Binary | 10110001 | 11101100 | 11010010 | 11001 | 0 | 1011 | 111 | 10011010 | 111101 | 1010001 |
Color Harmonies of #B1ECD2
Complementary color
Monochromatic Colors of #B1ECD2
Black with #B1ECD2
Text Example
Text Example
White with #B1ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ECD2; }
p { color: rgb(177,236,210); }
H1.HeaderClassName
{
color: #B1ECD2;
}
.AnyTagClassName
{
color: #B1ECD2;
}
</style>
background-color css
<style>
a { background-color: #B1ECD2; }
a { background-color: rgb(177,236,210); }
div.DivClassName
{
background-color: #B1ECD2;
}
.BgClassName
{
background-color: #B1ECD2;
}
</style>
border-color css
<style>
span { border-color: #B1ECD2; }
span { border-color: rgb(177,236,210); }
td.TdClassName
{
border-color: #B1ECD2;
}
.TagClassName
{
border-color: #B1ECD2;
}
</style>