Shades of Magic Mint #B9FFDE
Tints of Magic Mint #B9FFDE
RGB
CMYK
RGB Variations
Color information
#B9FFDE (or 0xB9FFDE) is known color: Magic Mint. HEX triplet: B9, FF and DE. RGB value is (185,255,222). Sum of RGB (Red+Green+Blue) = 185+255+222=662 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.95% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFDE is #460021. Grayscale: #E6E6E6. Windows color (decimal): -4587554 or 14614457. OLE color: 14614457.
HSL color Cylindrical-coordinate representation of color #B9FFDE: hue angle of 151.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFDE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 222 | - |
| CMYK | 0.27 | 0 | 0.13 | 0 |
| HSL | 151.71º | 1% | 0.86% | - |
| HSV(B) | 151.71º | 0.27% | 1% | - |
| XYZ | 68.95 | 87.11 | 82.29 | - |
| YUV | 230.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 222 | 0.27 | 0 | 0.13 | 0 | 151.71 | 1 | 0.86 |
| Hex | B9 | FF | DE | 1B | 0 | D | 0 | 98 | 64 | 56 |
| Octal | 271 | 377 | 336 | 33 | 0 | 15 | 0 | 230 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11011110 | 11011 | 0 | 1101 | 0 | 10011000 | 1100100 | 1010110 |
Color Harmonies of #B9FFDE
Complementary color
Monochromatic Colors of #B9FFDE
Black with #B9FFDE
Text Example
Text Example
White with #B9FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFDE; }
p { color: rgb(185,255,222); }
H1.HeaderClassName
{
color: #B9FFDE;
}
.AnyTagClassName
{
color: #B9FFDE;
}
</style>
background-color css
<style>
a { background-color: #B9FFDE; }
a { background-color: rgb(185,255,222); }
div.DivClassName
{
background-color: #B9FFDE;
}
.BgClassName
{
background-color: #B9FFDE;
}
</style>
border-color css
<style>
span { border-color: #B9FFDE; }
span { border-color: rgb(185,255,222); }
td.TdClassName
{
border-color: #B9FFDE;
}
.TagClassName
{
border-color: #B9FFDE;
}
</style>