Shades of Magic Mint #B1FAC6
Tints of Magic Mint #B1FAC6
RGB
CMYK
RGB Variations
Color information
#B1FAC6 (or 0xB1FAC6) is known color: Magic Mint. HEX triplet: B1, FA and C6. RGB value is (177,250,198). Sum of RGB (Red+Green+Blue) = 177+250+198=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAC6 is #4E0539. Grayscale: #DEDEDE. Windows color (decimal): -5113146 or 13040305. OLE color: 13040305.
HSL color Cylindrical-coordinate representation of color #B1FAC6: hue angle of 137.26º 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 #B1FAC6 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 198 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.02 |
| HSL | 137.26º | 0.88% | 0.84% | - |
| HSV(B) | 137.26º | 0.29% | 0.98% | - |
| XYZ | 62.51 | 81.8 | 65.92 | - |
| YUV | 222.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 198 | 0.29 | 0 | 0.21 | 0.02 | 137.26 | 0.88 | 0.84 |
| Hex | B1 | FA | C6 | 1D | 0 | 15 | 2 | 89 | 58 | 54 |
| Octal | 261 | 372 | 306 | 35 | 0 | 25 | 2 | 211 | 130 | 124 |
| Binary | 10110001 | 11111010 | 11000110 | 11101 | 0 | 10101 | 10 | 10001001 | 1011000 | 1010100 |
Color Harmonies of #B1FAC6
Complementary color
Monochromatic Colors of #B1FAC6
Black with #B1FAC6
Text Example
Text Example
White with #B1FAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FAC6; }
p { color: rgb(177,250,198); }
H1.HeaderClassName
{
color: #B1FAC6;
}
.AnyTagClassName
{
color: #B1FAC6;
}
</style>
background-color css
<style>
a { background-color: #B1FAC6; }
a { background-color: rgb(177,250,198); }
div.DivClassName
{
background-color: #B1FAC6;
}
.BgClassName
{
background-color: #B1FAC6;
}
</style>
border-color css
<style>
span { border-color: #B1FAC6; }
span { border-color: rgb(177,250,198); }
td.TdClassName
{
border-color: #B1FAC6;
}
.TagClassName
{
border-color: #B1FAC6;
}
</style>