Shades of Magic Mint #B2FBC9
Tints of Magic Mint #B2FBC9
RGB
CMYK
RGB Variations
Color information
#B2FBC9 (or 0xB2FBC9) is known color: Magic Mint. HEX triplet: B2, FB and C9. RGB value is (178,251,201). Sum of RGB (Red+Green+Blue) = 178+251+201=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBC9 is #4D0436. Grayscale: #DFDFDF. Windows color (decimal): -5047351 or 13237170. OLE color: 13237170.
HSL color Cylindrical-coordinate representation of color #B2FBC9: hue angle of 138.9º degrees, saturation: 0.9, 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 #B2FBC9 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 201 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.02 |
| HSL | 138.9º | 0.9% | 0.84% | - |
| HSV(B) | 138.9º | 0.29% | 0.98% | - |
| XYZ | 63.4 | 82.68 | 67.87 | - |
| YUV | 223.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 201 | 0.29 | 0 | 0.20 | 0.02 | 138.9 | 0.9 | 0.84 |
| Hex | B2 | FB | C9 | 1D | 0 | 14 | 2 | 8B | 5A | 54 |
| Octal | 262 | 373 | 311 | 35 | 0 | 24 | 2 | 213 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11001001 | 11101 | 0 | 10100 | 10 | 10001011 | 1011010 | 1010100 |
Color Harmonies of #B2FBC9
Complementary color
Monochromatic Colors of #B2FBC9
Black with #B2FBC9
Text Example
Text Example
White with #B2FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBC9; }
p { color: rgb(178,251,201); }
H1.HeaderClassName
{
color: #B2FBC9;
}
.AnyTagClassName
{
color: #B2FBC9;
}
</style>
background-color css
<style>
a { background-color: #B2FBC9; }
a { background-color: rgb(178,251,201); }
div.DivClassName
{
background-color: #B2FBC9;
}
.BgClassName
{
background-color: #B2FBC9;
}
</style>
border-color css
<style>
span { border-color: #B2FBC9; }
span { border-color: rgb(178,251,201); }
td.TdClassName
{
border-color: #B2FBC9;
}
.TagClassName
{
border-color: #B2FBC9;
}
</style>