Shades of Magic Mint #B1DEC7
Tints of Magic Mint #B1DEC7
RGB
CMYK
RGB Variations
Color information
#B1DEC7 (or 0xB1DEC7) is known color: Magic Mint. HEX triplet: B1, DE and C7. RGB value is (177,222,199). Sum of RGB (Red+Green+Blue) = 177+222+199=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEC7 is #4E2138. Grayscale: #CDCDCD. Windows color (decimal): -5120313 or 13098673. OLE color: 13098673.
HSL color Cylindrical-coordinate representation of color #B1DEC7: hue angle of 149.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DEC7 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 199 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.13 |
| HSL | 149.33º | 0.41% | 0.78% | - |
| HSV(B) | 149.33º | 0.2% | 0.87% | - |
| XYZ | 54.56 | 65.71 | 63.84 | - |
| YUV | 205.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 199 | 0.20 | 0 | 0.10 | 0.13 | 149.33 | 0.41 | 0.78 |
| Hex | B1 | DE | C7 | 14 | 0 | A | D | 95 | 29 | 4E |
| Octal | 261 | 336 | 307 | 24 | 0 | 12 | 15 | 225 | 51 | 116 |
| Binary | 10110001 | 11011110 | 11000111 | 10100 | 0 | 1010 | 1101 | 10010101 | 101001 | 1001110 |
Color Harmonies of #B1DEC7
Complementary color
Monochromatic Colors of #B1DEC7
Black with #B1DEC7
Text Example
Text Example
White with #B1DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DEC7; }
p { color: rgb(177,222,199); }
H1.HeaderClassName
{
color: #B1DEC7;
}
.AnyTagClassName
{
color: #B1DEC7;
}
</style>
background-color css
<style>
a { background-color: #B1DEC7; }
a { background-color: rgb(177,222,199); }
div.DivClassName
{
background-color: #B1DEC7;
}
.BgClassName
{
background-color: #B1DEC7;
}
</style>
border-color css
<style>
span { border-color: #B1DEC7; }
span { border-color: rgb(177,222,199); }
td.TdClassName
{
border-color: #B1DEC7;
}
.TagClassName
{
border-color: #B1DEC7;
}
</style>