Shades of Magic Mint #B9FEDE
Tints of Magic Mint #B9FEDE
RGB
CMYK
RGB Variations
Color information
#B9FEDE (or 0xB9FEDE) is known color: Magic Mint. HEX triplet: B9, FE and DE. RGB value is (185,254,222). Sum of RGB (Red+Green+Blue) = 185+254+222=661 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.99% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEDE is #460121. Grayscale: #E5E5E5. Windows color (decimal): -4587810 or 14614201. OLE color: 14614201.
HSL color Cylindrical-coordinate representation of color #B9FEDE: hue angle of 152.17º 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 #B9FEDE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 254 | 222 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.00 |
| HSL | 152.17º | 0.97% | 0.86% | - |
| HSV(B) | 152.17º | 0.27% | 1% | - |
| XYZ | 68.63 | 86.47 | 82.18 | - |
| YUV | 229.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 222 | 0.27 | 0 | 0.13 | 0.00 | 152.17 | 0.97 | 0.86 |
| Hex | B9 | FE | DE | 1B | 0 | D | 0 | 98 | 61 | 56 |
| Octal | 271 | 376 | 336 | 33 | 0 | 15 | 0 | 230 | 141 | 126 |
| Binary | 10111001 | 11111110 | 11011110 | 11011 | 0 | 1101 | 0 | 10011000 | 1100001 | 1010110 |
Color Harmonies of #B9FEDE
Complementary color
Monochromatic Colors of #B9FEDE
Black with #B9FEDE
Text Example
Text Example
White with #B9FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FEDE; }
p { color: rgb(185,254,222); }
H1.HeaderClassName
{
color: #B9FEDE;
}
.AnyTagClassName
{
color: #B9FEDE;
}
</style>
background-color css
<style>
a { background-color: #B9FEDE; }
a { background-color: rgb(185,254,222); }
div.DivClassName
{
background-color: #B9FEDE;
}
.BgClassName
{
background-color: #B9FEDE;
}
</style>
border-color css
<style>
span { border-color: #B9FEDE; }
span { border-color: rgb(185,254,222); }
td.TdClassName
{
border-color: #B9FEDE;
}
.TagClassName
{
border-color: #B9FEDE;
}
</style>