Shades of Magic Mint #B4FCDE
Tints of Magic Mint #B4FCDE
RGB
CMYK
RGB Variations
Color information
#B4FCDE (or 0xB4FCDE) is known color: Magic Mint. HEX triplet: B4, FC and DE. RGB value is (180,252,222). Sum of RGB (Red+Green+Blue) = 180+252+222=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCDE is #4B0321. Grayscale: #E3E3E3. Windows color (decimal): -4916002 or 14613684. OLE color: 14613684.
HSL color Cylindrical-coordinate representation of color #B4FCDE: hue angle of 155º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FCDE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 252 | 222 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.01 |
| HSL | 155º | 0.92% | 0.85% | - |
| HSV(B) | 155º | 0.29% | 0.99% | - |
| XYZ | 66.82 | 84.6 | 81.91 | - |
| YUV | 227.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 252 | 222 | 0.29 | 0 | 0.12 | 0.01 | 155 | 0.92 | 0.85 |
| Hex | B4 | FC | DE | 1D | 0 | C | 1 | 9B | 5C | 55 |
| Octal | 264 | 374 | 336 | 35 | 0 | 14 | 1 | 233 | 134 | 125 |
| Binary | 10110100 | 11111100 | 11011110 | 11101 | 0 | 1100 | 1 | 10011011 | 1011100 | 1010101 |
Color Harmonies of #B4FCDE
Complementary color
Monochromatic Colors of #B4FCDE
Black with #B4FCDE
Text Example
Text Example
White with #B4FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FCDE; }
p { color: rgb(180,252,222); }
H1.HeaderClassName
{
color: #B4FCDE;
}
.AnyTagClassName
{
color: #B4FCDE;
}
</style>
background-color css
<style>
a { background-color: #B4FCDE; }
a { background-color: rgb(180,252,222); }
div.DivClassName
{
background-color: #B4FCDE;
}
.BgClassName
{
background-color: #B4FCDE;
}
</style>
border-color css
<style>
span { border-color: #B4FCDE; }
span { border-color: rgb(180,252,222); }
td.TdClassName
{
border-color: #B4FCDE;
}
.TagClassName
{
border-color: #B4FCDE;
}
</style>