Shades of Magic Mint #B1F0CE
Tints of Magic Mint #B1F0CE
RGB
CMYK
RGB Variations
Color information
#B1F0CE (or 0xB1F0CE) is known color: Magic Mint. HEX triplet: B1, F0 and CE. RGB value is (177,240,206). Sum of RGB (Red+Green+Blue) = 177+240+206=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F0CE is #4E0F31. Grayscale: #D9D9D9. Windows color (decimal): -5115698 or 13562033. OLE color: 13562033.
HSL color Cylindrical-coordinate representation of color #B1F0CE: hue angle of 147.62º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1F0CE is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 240 | 206 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.06 |
| HSL | 147.62º | 0.68% | 0.82% | - |
| HSV(B) | 147.62º | 0.26% | 0.94% | - |
| XYZ | 60.43 | 76.12 | 69.9 | - |
| YUV | 217.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 240 | 206 | 0.26 | 0 | 0.14 | 0.06 | 147.62 | 0.68 | 0.82 |
| Hex | B1 | F0 | CE | 1A | 0 | E | 6 | 94 | 44 | 52 |
| Octal | 261 | 360 | 316 | 32 | 0 | 16 | 6 | 224 | 104 | 122 |
| Binary | 10110001 | 11110000 | 11001110 | 11010 | 0 | 1110 | 110 | 10010100 | 1000100 | 1010010 |
Color Harmonies of #B1F0CE
Complementary color
Monochromatic Colors of #B1F0CE
Black with #B1F0CE
Text Example
Text Example
White with #B1F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F0CE; }
p { color: rgb(177,240,206); }
H1.HeaderClassName
{
color: #B1F0CE;
}
.AnyTagClassName
{
color: #B1F0CE;
}
</style>
background-color css
<style>
a { background-color: #B1F0CE; }
a { background-color: rgb(177,240,206); }
div.DivClassName
{
background-color: #B1F0CE;
}
.BgClassName
{
background-color: #B1F0CE;
}
</style>
border-color css
<style>
span { border-color: #B1F0CE; }
span { border-color: rgb(177,240,206); }
td.TdClassName
{
border-color: #B1F0CE;
}
.TagClassName
{
border-color: #B1F0CE;
}
</style>