Shades of Magic Mint #B1DEC5
Tints of Magic Mint #B1DEC5
RGB
CMYK
RGB Variations
Color information
#B1DEC5 (or 0xB1DEC5) is known color: Magic Mint. HEX triplet: B1, DE and C5. RGB value is (177,222,197). Sum of RGB (Red+Green+Blue) = 177+222+197=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEC5 is #4E213A. Grayscale: #CDCDCD. Windows color (decimal): -5120315 or 12967601. OLE color: 12967601.
HSL color Cylindrical-coordinate representation of color #B1DEC5: hue angle of 146.67º 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 #B1DEC5 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 197 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.13 |
| HSL | 146.67º | 0.41% | 0.78% | - |
| HSV(B) | 146.67º | 0.2% | 0.87% | - |
| XYZ | 54.33 | 65.62 | 62.63 | - |
| YUV | 205.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 197 | 0.20 | 0 | 0.11 | 0.13 | 146.67 | 0.41 | 0.78 |
| Hex | B1 | DE | C5 | 14 | 0 | B | D | 93 | 29 | 4E |
| Octal | 261 | 336 | 305 | 24 | 0 | 13 | 15 | 223 | 51 | 116 |
| Binary | 10110001 | 11011110 | 11000101 | 10100 | 0 | 1011 | 1101 | 10010011 | 101001 | 1001110 |
Color Harmonies of #B1DEC5
Complementary color
Monochromatic Colors of #B1DEC5
Black with #B1DEC5
Text Example
Text Example
White with #B1DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DEC5; }
p { color: rgb(177,222,197); }
H1.HeaderClassName
{
color: #B1DEC5;
}
.AnyTagClassName
{
color: #B1DEC5;
}
</style>
background-color css
<style>
a { background-color: #B1DEC5; }
a { background-color: rgb(177,222,197); }
div.DivClassName
{
background-color: #B1DEC5;
}
.BgClassName
{
background-color: #B1DEC5;
}
</style>
border-color css
<style>
span { border-color: #B1DEC5; }
span { border-color: rgb(177,222,197); }
td.TdClassName
{
border-color: #B1DEC5;
}
.TagClassName
{
border-color: #B1DEC5;
}
</style>