Shades of Magic Mint #B8FCDB
Tints of Magic Mint #B8FCDB
RGB
CMYK
RGB Variations
Color information
#B8FCDB (or 0xB8FCDB) is known color: Magic Mint. HEX triplet: B8, FC and DB. RGB value is (184,252,219). Sum of RGB (Red+Green+Blue) = 184+252+219=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCDB is #470324. Grayscale: #E3E3E3. Windows color (decimal): -4653861 or 14417080. OLE color: 14417080.
HSL color Cylindrical-coordinate representation of color #B8FCDB: hue angle of 150.88º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FCDB is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 219 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.01 |
| HSL | 150.88º | 0.92% | 0.85% | - |
| HSV(B) | 150.88º | 0.27% | 0.99% | - |
| XYZ | 67.36 | 84.93 | 79.86 | - |
| YUV | 227.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 219 | 0.27 | 0 | 0.13 | 0.01 | 150.88 | 0.92 | 0.85 |
| Hex | B8 | FC | DB | 1B | 0 | D | 1 | 97 | 5C | 55 |
| Octal | 270 | 374 | 333 | 33 | 0 | 15 | 1 | 227 | 134 | 125 |
| Binary | 10111000 | 11111100 | 11011011 | 11011 | 0 | 1101 | 1 | 10010111 | 1011100 | 1010101 |
Color Harmonies of #B8FCDB
Complementary color
Monochromatic Colors of #B8FCDB
Black with #B8FCDB
Text Example
Text Example
White with #B8FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FCDB; }
p { color: rgb(184,252,219); }
H1.HeaderClassName
{
color: #B8FCDB;
}
.AnyTagClassName
{
color: #B8FCDB;
}
</style>
background-color css
<style>
a { background-color: #B8FCDB; }
a { background-color: rgb(184,252,219); }
div.DivClassName
{
background-color: #B8FCDB;
}
.BgClassName
{
background-color: #B8FCDB;
}
</style>
border-color css
<style>
span { border-color: #B8FCDB; }
span { border-color: rgb(184,252,219); }
td.TdClassName
{
border-color: #B8FCDB;
}
.TagClassName
{
border-color: #B8FCDB;
}
</style>