Shades of Magic Mint #B1E2CB
Tints of Magic Mint #B1E2CB
RGB
CMYK
RGB Variations
Color information
#B1E2CB (or 0xB1E2CB) is known color: Magic Mint. HEX triplet: B1, E2 and CB. RGB value is (177,226,203). Sum of RGB (Red+Green+Blue) = 177+226+203=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2CB is #4E1D34. Grayscale: #D0D0D0. Windows color (decimal): -5119285 or 13361841. OLE color: 13361841.
HSL color Cylindrical-coordinate representation of color #B1E2CB: hue angle of 151.84º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E2CB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 203 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.11 |
| HSL | 151.84º | 0.46% | 0.79% | - |
| HSV(B) | 151.84º | 0.22% | 0.89% | - |
| XYZ | 56.11 | 68.05 | 66.68 | - |
| YUV | 208.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 203 | 0.22 | 0 | 0.10 | 0.11 | 151.84 | 0.46 | 0.79 |
| Hex | B1 | E2 | CB | 16 | 0 | A | B | 98 | 2E | 4F |
| Octal | 261 | 342 | 313 | 26 | 0 | 12 | 13 | 230 | 56 | 117 |
| Binary | 10110001 | 11100010 | 11001011 | 10110 | 0 | 1010 | 1011 | 10011000 | 101110 | 1001111 |
Color Harmonies of #B1E2CB
Complementary color
Monochromatic Colors of #B1E2CB
Black with #B1E2CB
Text Example
Text Example
White with #B1E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E2CB; }
p { color: rgb(177,226,203); }
H1.HeaderClassName
{
color: #B1E2CB;
}
.AnyTagClassName
{
color: #B1E2CB;
}
</style>
background-color css
<style>
a { background-color: #B1E2CB; }
a { background-color: rgb(177,226,203); }
div.DivClassName
{
background-color: #B1E2CB;
}
.BgClassName
{
background-color: #B1E2CB;
}
</style>
border-color css
<style>
span { border-color: #B1E2CB; }
span { border-color: rgb(177,226,203); }
td.TdClassName
{
border-color: #B1E2CB;
}
.TagClassName
{
border-color: #B1E2CB;
}
</style>