Shades of Magic Mint #B1DFC5
Tints of Magic Mint #B1DFC5
RGB
CMYK
RGB Variations
Color information
#B1DFC5 (or 0xB1DFC5) is known color: Magic Mint. HEX triplet: B1, DF and C5. RGB value is (177,223,197). Sum of RGB (Red+Green+Blue) = 177+223+197=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFC5 is #4E203A. Grayscale: #CECECE. Windows color (decimal): -5120059 or 12967857. OLE color: 12967857.
HSL color Cylindrical-coordinate representation of color #B1DFC5: hue angle of 146.09º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFC5 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 197 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.13 |
| HSL | 146.09º | 0.42% | 0.78% | - |
| HSV(B) | 146.09º | 0.21% | 0.87% | - |
| XYZ | 54.6 | 66.15 | 62.71 | - |
| YUV | 206.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 197 | 0.21 | 0 | 0.12 | 0.13 | 146.09 | 0.42 | 0.78 |
| Hex | B1 | DF | C5 | 15 | 0 | C | D | 92 | 2A | 4E |
| Octal | 261 | 337 | 305 | 25 | 0 | 14 | 15 | 222 | 52 | 116 |
| Binary | 10110001 | 11011111 | 11000101 | 10101 | 0 | 1100 | 1101 | 10010010 | 101010 | 1001110 |
Color Harmonies of #B1DFC5
Complementary color
Monochromatic Colors of #B1DFC5
Black with #B1DFC5
Text Example
Text Example
White with #B1DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFC5; }
p { color: rgb(177,223,197); }
H1.HeaderClassName
{
color: #B1DFC5;
}
.AnyTagClassName
{
color: #B1DFC5;
}
</style>
background-color css
<style>
a { background-color: #B1DFC5; }
a { background-color: rgb(177,223,197); }
div.DivClassName
{
background-color: #B1DFC5;
}
.BgClassName
{
background-color: #B1DFC5;
}
</style>
border-color css
<style>
span { border-color: #B1DFC5; }
span { border-color: rgb(177,223,197); }
td.TdClassName
{
border-color: #B1DFC5;
}
.TagClassName
{
border-color: #B1DFC5;
}
</style>