Shades of Magic Mint #B9FCD5
Tints of Magic Mint #B9FCD5
RGB
CMYK
RGB Variations
Color information
#B9FCD5 (or 0xB9FCD5) is known color: Magic Mint. HEX triplet: B9, FC and D5. RGB value is (185,252,213). Sum of RGB (Red+Green+Blue) = 185+252+213=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCD5 is #46032A. Grayscale: #E3E3E3. Windows color (decimal): -4588331 or 14023865. OLE color: 14023865.
HSL color Cylindrical-coordinate representation of color #B9FCD5: hue angle of 145.07º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCD5 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 252 | 213 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.01 |
| HSL | 145.07º | 0.92% | 0.86% | - |
| HSV(B) | 145.07º | 0.27% | 0.99% | - |
| XYZ | 66.83 | 84.74 | 75.78 | - |
| YUV | 227.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 252 | 213 | 0.27 | 0 | 0.15 | 0.01 | 145.07 | 0.92 | 0.86 |
| Hex | B9 | FC | D5 | 1B | 0 | F | 1 | 91 | 5C | 56 |
| Octal | 271 | 374 | 325 | 33 | 0 | 17 | 1 | 221 | 134 | 126 |
| Binary | 10111001 | 11111100 | 11010101 | 11011 | 0 | 1111 | 1 | 10010001 | 1011100 | 1010110 |
Color Harmonies of #B9FCD5
Complementary color
Monochromatic Colors of #B9FCD5
Black with #B9FCD5
Text Example
Text Example
White with #B9FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FCD5; }
p { color: rgb(185,252,213); }
H1.HeaderClassName
{
color: #B9FCD5;
}
.AnyTagClassName
{
color: #B9FCD5;
}
</style>
background-color css
<style>
a { background-color: #B9FCD5; }
a { background-color: rgb(185,252,213); }
div.DivClassName
{
background-color: #B9FCD5;
}
.BgClassName
{
background-color: #B9FCD5;
}
</style>
border-color css
<style>
span { border-color: #B9FCD5; }
span { border-color: rgb(185,252,213); }
td.TdClassName
{
border-color: #B9FCD5;
}
.TagClassName
{
border-color: #B9FCD5;
}
</style>