Shades of Magic Mint #B2FAC7
Tints of Magic Mint #B2FAC7
RGB
CMYK
RGB Variations
Color information
#B2FAC7 (or 0xB2FAC7) is known color: Magic Mint. HEX triplet: B2, FA and C7. RGB value is (178,250,199). Sum of RGB (Red+Green+Blue) = 178+250+199=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAC7 is #4D0538. Grayscale: #DEDEDE. Windows color (decimal): -5047609 or 13105842. OLE color: 13105842.
HSL color Cylindrical-coordinate representation of color #B2FAC7: hue angle of 137.5º 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 #B2FAC7 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 199 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.02 |
| HSL | 137.5º | 0.88% | 0.84% | - |
| HSV(B) | 137.5º | 0.29% | 0.98% | - |
| XYZ | 62.85 | 81.96 | 66.54 | - |
| YUV | 222.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 199 | 0.29 | 0 | 0.20 | 0.02 | 137.5 | 0.88 | 0.84 |
| Hex | B2 | FA | C7 | 1D | 0 | 14 | 2 | 8A | 58 | 54 |
| Octal | 262 | 372 | 307 | 35 | 0 | 24 | 2 | 212 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11000111 | 11101 | 0 | 10100 | 10 | 10001010 | 1011000 | 1010100 |
Color Harmonies of #B2FAC7
Complementary color
Monochromatic Colors of #B2FAC7
Black with #B2FAC7
Text Example
Text Example
White with #B2FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAC7; }
p { color: rgb(178,250,199); }
H1.HeaderClassName
{
color: #B2FAC7;
}
.AnyTagClassName
{
color: #B2FAC7;
}
</style>
background-color css
<style>
a { background-color: #B2FAC7; }
a { background-color: rgb(178,250,199); }
div.DivClassName
{
background-color: #B2FAC7;
}
.BgClassName
{
background-color: #B2FAC7;
}
</style>
border-color css
<style>
span { border-color: #B2FAC7; }
span { border-color: rgb(178,250,199); }
td.TdClassName
{
border-color: #B2FAC7;
}
.TagClassName
{
border-color: #B2FAC7;
}
</style>