Shades of Magic Mint #B1FAC8
Tints of Magic Mint #B1FAC8
RGB
CMYK
RGB Variations
Color information
#B1FAC8 (or 0xB1FAC8) is known color: Magic Mint. HEX triplet: B1, FA and C8. RGB value is (177,250,200). Sum of RGB (Red+Green+Blue) = 177+250+200=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAC8 is #4E0537. Grayscale: #DEDEDE. Windows color (decimal): -5113144 or 13171377. OLE color: 13171377.
HSL color Cylindrical-coordinate representation of color #B1FAC8: hue angle of 138.9º 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 #B1FAC8 is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 200 | - |
| CMYK | 0.29 | 0 | 0.2 | 0.02 |
| HSL | 138.9º | 0.88% | 0.84% | - |
| HSV(B) | 138.9º | 0.29% | 0.98% | - |
| XYZ | 62.74 | 81.89 | 67.14 | - |
| YUV | 222.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 200 | 0.29 | 0 | 0.2 | 0.02 | 138.9 | 0.88 | 0.84 |
| Hex | B1 | FA | C8 | 1D | 0 | 14 | 2 | 8B | 58 | 54 |
| Octal | 261 | 372 | 310 | 35 | 0 | 24 | 2 | 213 | 130 | 124 |
| Binary | 10110001 | 11111010 | 11001000 | 11101 | 0 | 10100 | 10 | 10001011 | 1011000 | 1010100 |
Color Harmonies of #B1FAC8
Complementary color
Monochromatic Colors of #B1FAC8
Black with #B1FAC8
Text Example
Text Example
White with #B1FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FAC8; }
p { color: rgb(177,250,200); }
H1.HeaderClassName
{
color: #B1FAC8;
}
.AnyTagClassName
{
color: #B1FAC8;
}
</style>
background-color css
<style>
a { background-color: #B1FAC8; }
a { background-color: rgb(177,250,200); }
div.DivClassName
{
background-color: #B1FAC8;
}
.BgClassName
{
background-color: #B1FAC8;
}
</style>
border-color css
<style>
span { border-color: #B1FAC8; }
span { border-color: rgb(177,250,200); }
td.TdClassName
{
border-color: #B1FAC8;
}
.TagClassName
{
border-color: #B1FAC8;
}
</style>