Shades of Magic Mint #B1DFC9
Tints of Magic Mint #B1DFC9
RGB
CMYK
RGB Variations
Color information
#B1DFC9 (or 0xB1DFC9) is known color: Magic Mint. HEX triplet: B1, DF and C9. RGB value is (177,223,201). Sum of RGB (Red+Green+Blue) = 177+223+201=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFC9 is #4E2036. Grayscale: #CECECE. Windows color (decimal): -5120055 or 13230001. OLE color: 13230001.
HSL color Cylindrical-coordinate representation of color #B1DFC9: hue angle of 151.3º 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 #B1DFC9 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 201 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.13 |
| HSL | 151.3º | 0.42% | 0.78% | - |
| HSV(B) | 151.3º | 0.21% | 0.87% | - |
| XYZ | 55.06 | 66.34 | 65.16 | - |
| YUV | 206.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 201 | 0.21 | 0 | 0.10 | 0.13 | 151.3 | 0.42 | 0.78 |
| Hex | B1 | DF | C9 | 15 | 0 | A | D | 97 | 2A | 4E |
| Octal | 261 | 337 | 311 | 25 | 0 | 12 | 15 | 227 | 52 | 116 |
| Binary | 10110001 | 11011111 | 11001001 | 10101 | 0 | 1010 | 1101 | 10010111 | 101010 | 1001110 |
Color Harmonies of #B1DFC9
Complementary color
Monochromatic Colors of #B1DFC9
Black with #B1DFC9
Text Example
Text Example
White with #B1DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFC9; }
p { color: rgb(177,223,201); }
H1.HeaderClassName
{
color: #B1DFC9;
}
.AnyTagClassName
{
color: #B1DFC9;
}
</style>
background-color css
<style>
a { background-color: #B1DFC9; }
a { background-color: rgb(177,223,201); }
div.DivClassName
{
background-color: #B1DFC9;
}
.BgClassName
{
background-color: #B1DFC9;
}
</style>
border-color css
<style>
span { border-color: #B1DFC9; }
span { border-color: rgb(177,223,201); }
td.TdClassName
{
border-color: #B1DFC9;
}
.TagClassName
{
border-color: #B1DFC9;
}
</style>