Shades of Magic Mint #B1FCDC
Tints of Magic Mint #B1FCDC
RGB
CMYK
RGB Variations
Color information
#B1FCDC (or 0xB1FCDC) is known color: Magic Mint. HEX triplet: B1, FC and DC. RGB value is (177,252,220). Sum of RGB (Red+Green+Blue) = 177+252+220=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCDC is #4E0323. Grayscale: #E1E1E1. Windows color (decimal): -5112612 or 14482609. OLE color: 14482609.
HSL color Cylindrical-coordinate representation of color #B1FCDC: hue angle of 154.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCDC is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 220 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.01 |
| HSL | 154.4º | 0.93% | 0.84% | - |
| HSV(B) | 154.4º | 0.3% | 0.99% | - |
| XYZ | 65.86 | 84.14 | 80.48 | - |
| YUV | 225.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 220 | 0.30 | 0 | 0.13 | 0.01 | 154.4 | 0.93 | 0.84 |
| Hex | B1 | FC | DC | 1E | 0 | D | 1 | 9A | 5D | 54 |
| Octal | 261 | 374 | 334 | 36 | 0 | 15 | 1 | 232 | 135 | 124 |
| Binary | 10110001 | 11111100 | 11011100 | 11110 | 0 | 1101 | 1 | 10011010 | 1011101 | 1010100 |
Color Harmonies of #B1FCDC
Complementary color
Monochromatic Colors of #B1FCDC
Black with #B1FCDC
Text Example
Text Example
White with #B1FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCDC; }
p { color: rgb(177,252,220); }
H1.HeaderClassName
{
color: #B1FCDC;
}
.AnyTagClassName
{
color: #B1FCDC;
}
</style>
background-color css
<style>
a { background-color: #B1FCDC; }
a { background-color: rgb(177,252,220); }
div.DivClassName
{
background-color: #B1FCDC;
}
.BgClassName
{
background-color: #B1FCDC;
}
</style>
border-color css
<style>
span { border-color: #B1FCDC; }
span { border-color: rgb(177,252,220); }
td.TdClassName
{
border-color: #B1FCDC;
}
.TagClassName
{
border-color: #B1FCDC;
}
</style>