Shades of Magic Mint #B2FAD2
Tints of Magic Mint #B2FAD2
RGB
CMYK
RGB Variations
Color information
#B2FAD2 (or 0xB2FAD2) is known color: Magic Mint. HEX triplet: B2, FA and D2. RGB value is (178,250,210). Sum of RGB (Red+Green+Blue) = 178+250+210=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAD2 is #4D052D. Grayscale: #E0E0E0. Windows color (decimal): -5047598 or 13826738. OLE color: 13826738.
HSL color Cylindrical-coordinate representation of color #B2FAD2: hue angle of 146.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FAD2 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 210 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.02 |
| HSL | 146.67º | 0.88% | 0.84% | - |
| HSV(B) | 146.67º | 0.29% | 0.98% | - |
| XYZ | 64.18 | 82.49 | 73.51 | - |
| YUV | 223.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 210 | 0.29 | 0 | 0.16 | 0.02 | 146.67 | 0.88 | 0.84 |
| Hex | B2 | FA | D2 | 1D | 0 | 10 | 2 | 93 | 58 | 54 |
| Octal | 262 | 372 | 322 | 35 | 0 | 20 | 2 | 223 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11010010 | 11101 | 0 | 10000 | 10 | 10010011 | 1011000 | 1010100 |
Color Harmonies of #B2FAD2
Complementary color
Monochromatic Colors of #B2FAD2
Black with #B2FAD2
Text Example
Text Example
White with #B2FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAD2; }
p { color: rgb(178,250,210); }
H1.HeaderClassName
{
color: #B2FAD2;
}
.AnyTagClassName
{
color: #B2FAD2;
}
</style>
background-color css
<style>
a { background-color: #B2FAD2; }
a { background-color: rgb(178,250,210); }
div.DivClassName
{
background-color: #B2FAD2;
}
.BgClassName
{
background-color: #B2FAD2;
}
</style>
border-color css
<style>
span { border-color: #B2FAD2; }
span { border-color: rgb(178,250,210); }
td.TdClassName
{
border-color: #B2FAD2;
}
.TagClassName
{
border-color: #B2FAD2;
}
</style>