Shades of Magic Mint #B2FCCB
Tints of Magic Mint #B2FCCB
RGB
CMYK
RGB Variations
Color information
#B2FCCB (or 0xB2FCCB) is known color: Magic Mint. HEX triplet: B2, FC and CB. RGB value is (178,252,203). Sum of RGB (Red+Green+Blue) = 178+252+203=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCCB is #4D0334. Grayscale: #E0E0E0. Windows color (decimal): -5047093 or 13368498. OLE color: 13368498.
HSL color Cylindrical-coordinate representation of color #B2FCCB: hue angle of 140.27º 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 #B2FCCB is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 203 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.01 |
| HSL | 140.27º | 0.93% | 0.84% | - |
| HSV(B) | 140.27º | 0.29% | 0.99% | - |
| XYZ | 63.95 | 83.4 | 69.23 | - |
| YUV | 224.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 203 | 0.29 | 0 | 0.19 | 0.01 | 140.27 | 0.93 | 0.84 |
| Hex | B2 | FC | CB | 1D | 0 | 13 | 1 | 8C | 5C | 54 |
| Octal | 262 | 374 | 313 | 35 | 0 | 23 | 1 | 214 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11001011 | 11101 | 0 | 10011 | 1 | 10001100 | 1011100 | 1010100 |
Color Harmonies of #B2FCCB
Complementary color
Monochromatic Colors of #B2FCCB
Black with #B2FCCB
Text Example
Text Example
White with #B2FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCCB; }
p { color: rgb(178,252,203); }
H1.HeaderClassName
{
color: #B2FCCB;
}
.AnyTagClassName
{
color: #B2FCCB;
}
</style>
background-color css
<style>
a { background-color: #B2FCCB; }
a { background-color: rgb(178,252,203); }
div.DivClassName
{
background-color: #B2FCCB;
}
.BgClassName
{
background-color: #B2FCCB;
}
</style>
border-color css
<style>
span { border-color: #B2FCCB; }
span { border-color: rgb(178,252,203); }
td.TdClassName
{
border-color: #B2FCCB;
}
.TagClassName
{
border-color: #B2FCCB;
}
</style>