Shades of Magic Mint #B9FED7
Tints of Magic Mint #B9FED7
RGB
CMYK
RGB Variations
Color information
#B9FED7 (or 0xB9FED7) is known color: Magic Mint. HEX triplet: B9, FE and D7. RGB value is (185,254,215). Sum of RGB (Red+Green+Blue) = 185+254+215=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FED7 is #460128. Grayscale: #E5E5E5. Windows color (decimal): -4587817 or 14155449. OLE color: 14155449.
HSL color Cylindrical-coordinate representation of color #B9FED7: hue angle of 146.09º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FED7 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 254 | 215 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.00 |
| HSL | 146.09º | 0.97% | 0.86% | - |
| HSV(B) | 146.09º | 0.27% | 1% | - |
| XYZ | 67.72 | 86.1 | 77.34 | - |
| YUV | 228.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 215 | 0.27 | 0 | 0.15 | 0.00 | 146.09 | 0.97 | 0.86 |
| Hex | B9 | FE | D7 | 1B | 0 | F | 0 | 92 | 61 | 56 |
| Octal | 271 | 376 | 327 | 33 | 0 | 17 | 0 | 222 | 141 | 126 |
| Binary | 10111001 | 11111110 | 11010111 | 11011 | 0 | 1111 | 0 | 10010010 | 1100001 | 1010110 |
Color Harmonies of #B9FED7
Complementary color
Monochromatic Colors of #B9FED7
Black with #B9FED7
Text Example
Text Example
White with #B9FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FED7; }
p { color: rgb(185,254,215); }
H1.HeaderClassName
{
color: #B9FED7;
}
.AnyTagClassName
{
color: #B9FED7;
}
</style>
background-color css
<style>
a { background-color: #B9FED7; }
a { background-color: rgb(185,254,215); }
div.DivClassName
{
background-color: #B9FED7;
}
.BgClassName
{
background-color: #B9FED7;
}
</style>
border-color css
<style>
span { border-color: #B9FED7; }
span { border-color: rgb(185,254,215); }
td.TdClassName
{
border-color: #B9FED7;
}
.TagClassName
{
border-color: #B9FED7;
}
</style>