Shades of Magic Mint #B2FCD5
Tints of Magic Mint #B2FCD5
RGB
CMYK
RGB Variations
Color information
#B2FCD5 (or 0xB2FCD5) is known color: Magic Mint. HEX triplet: B2, FC and D5. RGB value is (178,252,213). Sum of RGB (Red+Green+Blue) = 178+252+213=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCD5 is #4D032A. Grayscale: #E1E1E1. Windows color (decimal): -5047083 or 14023858. OLE color: 14023858.
HSL color Cylindrical-coordinate representation of color #B2FCD5: hue angle of 148.38º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCD5 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 213 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.01 |
| HSL | 148.38º | 0.93% | 0.84% | - |
| HSV(B) | 148.38º | 0.29% | 0.99% | - |
| XYZ | 65.18 | 83.89 | 75.71 | - |
| YUV | 225.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 213 | 0.29 | 0 | 0.15 | 0.01 | 148.38 | 0.93 | 0.84 |
| Hex | B2 | FC | D5 | 1D | 0 | F | 1 | 94 | 5C | 54 |
| Octal | 262 | 374 | 325 | 35 | 0 | 17 | 1 | 224 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11010101 | 11101 | 0 | 1111 | 1 | 10010100 | 1011100 | 1010100 |
Color Harmonies of #B2FCD5
Complementary color
Monochromatic Colors of #B2FCD5
Black with #B2FCD5
Text Example
Text Example
White with #B2FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCD5; }
p { color: rgb(178,252,213); }
H1.HeaderClassName
{
color: #B2FCD5;
}
.AnyTagClassName
{
color: #B2FCD5;
}
</style>
background-color css
<style>
a { background-color: #B2FCD5; }
a { background-color: rgb(178,252,213); }
div.DivClassName
{
background-color: #B2FCD5;
}
.BgClassName
{
background-color: #B2FCD5;
}
</style>
border-color css
<style>
span { border-color: #B2FCD5; }
span { border-color: rgb(178,252,213); }
td.TdClassName
{
border-color: #B2FCD5;
}
.TagClassName
{
border-color: #B2FCD5;
}
</style>