Shades of Magic Mint #B1FCC6
Tints of Magic Mint #B1FCC6
RGB
CMYK
RGB Variations
Color information
#B1FCC6 (or 0xB1FCC6) is known color: Magic Mint. HEX triplet: B1, FC and C6. RGB value is (177,252,198). Sum of RGB (Red+Green+Blue) = 177+252+198=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCC6 is #4E0339. Grayscale: #DFDFDF. Windows color (decimal): -5112634 or 13040817. OLE color: 13040817.
HSL color Cylindrical-coordinate representation of color #B1FCC6: hue angle of 136.8º 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 #B1FCC6 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 198 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.01 |
| HSL | 136.8º | 0.93% | 0.84% | - |
| HSV(B) | 136.8º | 0.3% | 0.99% | - |
| XYZ | 63.13 | 83.05 | 66.13 | - |
| YUV | 223.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 198 | 0.30 | 0 | 0.21 | 0.01 | 136.8 | 0.93 | 0.84 |
| Hex | B1 | FC | C6 | 1E | 0 | 15 | 1 | 89 | 5D | 54 |
| Octal | 261 | 374 | 306 | 36 | 0 | 25 | 1 | 211 | 135 | 124 |
| Binary | 10110001 | 11111100 | 11000110 | 11110 | 0 | 10101 | 1 | 10001001 | 1011101 | 1010100 |
Color Harmonies of #B1FCC6
Complementary color
Monochromatic Colors of #B1FCC6
Black with #B1FCC6
Text Example
Text Example
White with #B1FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCC6; }
p { color: rgb(177,252,198); }
H1.HeaderClassName
{
color: #B1FCC6;
}
.AnyTagClassName
{
color: #B1FCC6;
}
</style>
background-color css
<style>
a { background-color: #B1FCC6; }
a { background-color: rgb(177,252,198); }
div.DivClassName
{
background-color: #B1FCC6;
}
.BgClassName
{
background-color: #B1FCC6;
}
</style>
border-color css
<style>
span { border-color: #B1FCC6; }
span { border-color: rgb(177,252,198); }
td.TdClassName
{
border-color: #B1FCC6;
}
.TagClassName
{
border-color: #B1FCC6;
}
</style>