Shades of Magic Mint #B9FED8
Tints of Magic Mint #B9FED8
RGB
CMYK
RGB Variations
Color information
#B9FED8 (or 0xB9FED8) is known color: Magic Mint. HEX triplet: B9, FE and D8. RGB value is (185,254,216). Sum of RGB (Red+Green+Blue) = 185+254+216=655 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.24% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FED8 is #460127. Grayscale: #E5E5E5. Windows color (decimal): -4587816 or 14220985. OLE color: 14220985.
HSL color Cylindrical-coordinate representation of color #B9FED8: hue angle of 146.96º 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 #B9FED8 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 185 | 254 | 216 | - |
CMYK | 0.27 | 0 | 0.15 | 0.00 |
HSL | 146.96º | 0.97% | 0.86% | - |
HSV(B) | 146.96º | 0.27% | 1% | - |
XYZ | 67.84 | 86.16 | 78.02 | - |
YUV | 229.04 | 120.64 | 96.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 254 | 216 | 0.27 | 0 | 0.15 | 0.00 | 146.96 | 0.97 | 0.86 |
Hex | B9 | FE | D8 | 1B | 0 | F | 0 | 93 | 61 | 56 |
Octal | 271 | 376 | 330 | 33 | 0 | 17 | 0 | 223 | 141 | 126 |
Binary | 10111001 | 11111110 | 11011000 | 11011 | 0 | 1111 | 0 | 10010011 | 1100001 | 1010110 |
Color Harmonies of #B9FED8
Complementary color
Monochromatic Colors of #B9FED8
Black with #B9FED8
Text Example
Text Example
White with #B9FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FED8; }
p { color: rgb(185,254,216); }
H1.HeaderClassName
{
color: #B9FED8;
}
.AnyTagClassName
{
color: #B9FED8;
}
</style>
background-color css
<style>
a { background-color: #B9FED8; }
a { background-color: rgb(185,254,216); }
div.DivClassName
{
background-color: #B9FED8;
}
.BgClassName
{
background-color: #B9FED8;
}
</style>
border-color css
<style>
span { border-color: #B9FED8; }
span { border-color: rgb(185,254,216); }
td.TdClassName
{
border-color: #B9FED8;
}
.TagClassName
{
border-color: #B9FED8;
}
</style>