Shades of Magic Mint #B2E7C9
Tints of Magic Mint #B2E7C9
RGB
CMYK
RGB Variations
Color information
#B2E7C9 (or 0xB2E7C9) is known color: Magic Mint. HEX triplet: B2, E7 and C9. RGB value is (178,231,201). Sum of RGB (Red+Green+Blue) = 178+231+201=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E7C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E7C9 is #4D1836. Grayscale: #D3D3D3. Windows color (decimal): -5052471 or 13232050. OLE color: 13232050.
HSL color Cylindrical-coordinate representation of color #B2E7C9: hue angle of 146.04º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E7C9 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 231 | 201 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.09 |
| HSL | 146.04º | 0.52% | 0.8% | - |
| HSV(B) | 146.04º | 0.23% | 0.91% | - |
| XYZ | 57.48 | 70.83 | 65.9 | - |
| YUV | 211.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 201 | 0.23 | 0 | 0.13 | 0.09 | 146.04 | 0.52 | 0.8 |
| Hex | B2 | E7 | C9 | 17 | 0 | D | 9 | 92 | 34 | 50 |
| Octal | 262 | 347 | 311 | 27 | 0 | 15 | 11 | 222 | 64 | 120 |
| Binary | 10110010 | 11100111 | 11001001 | 10111 | 0 | 1101 | 1001 | 10010010 | 110100 | 1010000 |
Color Harmonies of #B2E7C9
Complementary color
Monochromatic Colors of #B2E7C9
Black with #B2E7C9
Text Example
Text Example
White with #B2E7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E7C9; }
p { color: rgb(178,231,201); }
H1.HeaderClassName
{
color: #B2E7C9;
}
.AnyTagClassName
{
color: #B2E7C9;
}
</style>
background-color css
<style>
a { background-color: #B2E7C9; }
a { background-color: rgb(178,231,201); }
div.DivClassName
{
background-color: #B2E7C9;
}
.BgClassName
{
background-color: #B2E7C9;
}
</style>
border-color css
<style>
span { border-color: #B2E7C9; }
span { border-color: rgb(178,231,201); }
td.TdClassName
{
border-color: #B2E7C9;
}
.TagClassName
{
border-color: #B2E7C9;
}
</style>