Shades of Magic Mint #B1FFDE
Tints of Magic Mint #B1FFDE
RGB
CMYK
RGB Variations
Color information
#B1FFDE (or 0xB1FFDE) is known color: Magic Mint. HEX triplet: B1, FF and DE. RGB value is (177,255,222). Sum of RGB (Red+Green+Blue) = 177+255+222=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFDE is #4E0021. Grayscale: #E3E3E3. Windows color (decimal): -5111842 or 14614449. OLE color: 14614449.
HSL color Cylindrical-coordinate representation of color #B1FFDE: hue angle of 154.62º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFDE is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 222 | - |
| CMYK | 0.31 | 0 | 0.13 | 0 |
| HSL | 154.62º | 1% | 0.85% | - |
| HSV(B) | 154.62º | 0.31% | 1% | - |
| XYZ | 67.08 | 86.14 | 82.2 | - |
| YUV | 227.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 222 | 0.31 | 0 | 0.13 | 0 | 154.62 | 1 | 0.85 |
| Hex | B1 | FF | DE | 1F | 0 | D | 0 | 9B | 64 | 55 |
| Octal | 261 | 377 | 336 | 37 | 0 | 15 | 0 | 233 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11011110 | 11111 | 0 | 1101 | 0 | 10011011 | 1100100 | 1010101 |
Color Harmonies of #B1FFDE
Complementary color
Monochromatic Colors of #B1FFDE
Black with #B1FFDE
Text Example
Text Example
White with #B1FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFDE; }
p { color: rgb(177,255,222); }
H1.HeaderClassName
{
color: #B1FFDE;
}
.AnyTagClassName
{
color: #B1FFDE;
}
</style>
background-color css
<style>
a { background-color: #B1FFDE; }
a { background-color: rgb(177,255,222); }
div.DivClassName
{
background-color: #B1FFDE;
}
.BgClassName
{
background-color: #B1FFDE;
}
</style>
border-color css
<style>
span { border-color: #B1FFDE; }
span { border-color: rgb(177,255,222); }
td.TdClassName
{
border-color: #B1FFDE;
}
.TagClassName
{
border-color: #B1FFDE;
}
</style>