Shades of Magic Mint #B1FADD
Tints of Magic Mint #B1FADD
RGB
CMYK
RGB Variations
Color information
#B1FADD (or 0xB1FADD) is known color: Magic Mint. HEX triplet: B1, FA and DD. RGB value is (177,250,221). Sum of RGB (Red+Green+Blue) = 177+250+221=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FADD is #4E0522. Grayscale: #E0E0E0. Windows color (decimal): -5113123 or 14547633. OLE color: 14547633.
HSL color Cylindrical-coordinate representation of color #B1FADD: hue angle of 156.16º degrees, saturation: 0.88, 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 #B1FADD is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 221 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.02 |
| HSL | 156.16º | 0.88% | 0.84% | - |
| HSV(B) | 156.16º | 0.29% | 0.98% | - |
| XYZ | 65.37 | 82.94 | 80.97 | - |
| YUV | 224.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 221 | 0.29 | 0 | 0.12 | 0.02 | 156.16 | 0.88 | 0.84 |
| Hex | B1 | FA | DD | 1D | 0 | C | 2 | 9C | 58 | 54 |
| Octal | 261 | 372 | 335 | 35 | 0 | 14 | 2 | 234 | 130 | 124 |
| Binary | 10110001 | 11111010 | 11011101 | 11101 | 0 | 1100 | 10 | 10011100 | 1011000 | 1010100 |
Color Harmonies of #B1FADD
Complementary color
Monochromatic Colors of #B1FADD
Black with #B1FADD
Text Example
Text Example
White with #B1FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FADD; }
p { color: rgb(177,250,221); }
H1.HeaderClassName
{
color: #B1FADD;
}
.AnyTagClassName
{
color: #B1FADD;
}
</style>
background-color css
<style>
a { background-color: #B1FADD; }
a { background-color: rgb(177,250,221); }
div.DivClassName
{
background-color: #B1FADD;
}
.BgClassName
{
background-color: #B1FADD;
}
</style>
border-color css
<style>
span { border-color: #B1FADD; }
span { border-color: rgb(177,250,221); }
td.TdClassName
{
border-color: #B1FADD;
}
.TagClassName
{
border-color: #B1FADD;
}
</style>