Shades of Magic Mint #B2FACE
Tints of Magic Mint #B2FACE
RGB
CMYK
RGB Variations
Color information
#B2FACE (or 0xB2FACE) is known color: Magic Mint. HEX triplet: B2, FA and CE. RGB value is (178,250,206). Sum of RGB (Red+Green+Blue) = 178+250+206=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FACE is #4D0531. Grayscale: #DFDFDF. Windows color (decimal): -5047602 or 13564594. OLE color: 13564594.
HSL color Cylindrical-coordinate representation of color #B2FACE: hue angle of 143.33º 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 #B2FACE is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 206 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.02 |
| HSL | 143.33º | 0.88% | 0.84% | - |
| HSV(B) | 143.33º | 0.29% | 0.98% | - |
| XYZ | 63.69 | 82.29 | 70.92 | - |
| YUV | 223.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 206 | 0.29 | 0 | 0.18 | 0.02 | 143.33 | 0.88 | 0.84 |
| Hex | B2 | FA | CE | 1D | 0 | 12 | 2 | 8F | 58 | 54 |
| Octal | 262 | 372 | 316 | 35 | 0 | 22 | 2 | 217 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11001110 | 11101 | 0 | 10010 | 10 | 10001111 | 1011000 | 1010100 |
Color Harmonies of #B2FACE
Complementary color
Monochromatic Colors of #B2FACE
Black with #B2FACE
Text Example
Text Example
White with #B2FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FACE; }
p { color: rgb(178,250,206); }
H1.HeaderClassName
{
color: #B2FACE;
}
.AnyTagClassName
{
color: #B2FACE;
}
</style>
background-color css
<style>
a { background-color: #B2FACE; }
a { background-color: rgb(178,250,206); }
div.DivClassName
{
background-color: #B2FACE;
}
.BgClassName
{
background-color: #B2FACE;
}
</style>
border-color css
<style>
span { border-color: #B2FACE; }
span { border-color: rgb(178,250,206); }
td.TdClassName
{
border-color: #B2FACE;
}
.TagClassName
{
border-color: #B2FACE;
}
</style>