Shades of Magic Mint #B4FADC
Tints of Magic Mint #B4FADC
RGB
CMYK
RGB Variations
Color information
#B4FADC (or 0xB4FADC) is known color: Magic Mint. HEX triplet: B4, FA and DC. RGB value is (180,250,220). Sum of RGB (Red+Green+Blue) = 180+250+220=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FADC is #4B0523. Grayscale: #E1E1E1. Windows color (decimal): -4916516 or 14482100. OLE color: 14482100.
HSL color Cylindrical-coordinate representation of color #B4FADC: hue angle of 154.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FADC is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 220 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.02 |
| HSL | 154.29º | 0.88% | 0.84% | - |
| HSV(B) | 154.29º | 0.28% | 0.98% | - |
| XYZ | 65.93 | 83.24 | 80.3 | - |
| YUV | 225.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 220 | 0.28 | 0 | 0.12 | 0.02 | 154.29 | 0.88 | 0.84 |
| Hex | B4 | FA | DC | 1C | 0 | C | 2 | 9A | 58 | 54 |
| Octal | 264 | 372 | 334 | 34 | 0 | 14 | 2 | 232 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11011100 | 11100 | 0 | 1100 | 10 | 10011010 | 1011000 | 1010100 |
Color Harmonies of #B4FADC
Complementary color
Monochromatic Colors of #B4FADC
Black with #B4FADC
Text Example
Text Example
White with #B4FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FADC; }
p { color: rgb(180,250,220); }
H1.HeaderClassName
{
color: #B4FADC;
}
.AnyTagClassName
{
color: #B4FADC;
}
</style>
background-color css
<style>
a { background-color: #B4FADC; }
a { background-color: rgb(180,250,220); }
div.DivClassName
{
background-color: #B4FADC;
}
.BgClassName
{
background-color: #B4FADC;
}
</style>
border-color css
<style>
span { border-color: #B4FADC; }
span { border-color: rgb(180,250,220); }
td.TdClassName
{
border-color: #B4FADC;
}
.TagClassName
{
border-color: #B4FADC;
}
</style>