Shades of Magic Mint #B4FAD1
Tints of Magic Mint #B4FAD1
RGB
CMYK
RGB Variations
Color information
#B4FAD1 (or 0xB4FAD1) is known color: Magic Mint. HEX triplet: B4, FA and D1. RGB value is (180,250,209). Sum of RGB (Red+Green+Blue) = 180+250+209=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FAD1 is #4B052E. Grayscale: #E0E0E0. Windows color (decimal): -4916527 or 13761204. OLE color: 13761204.
HSL color Cylindrical-coordinate representation of color #B4FAD1: hue angle of 144.86º 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 #B4FAD1 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 209 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.02 |
| HSL | 144.86º | 0.88% | 0.84% | - |
| HSV(B) | 144.86º | 0.28% | 0.98% | - |
| XYZ | 64.52 | 82.68 | 72.88 | - |
| YUV | 224.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 209 | 0.28 | 0 | 0.16 | 0.02 | 144.86 | 0.88 | 0.84 |
| Hex | B4 | FA | D1 | 1C | 0 | 10 | 2 | 91 | 58 | 54 |
| Octal | 264 | 372 | 321 | 34 | 0 | 20 | 2 | 221 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11010001 | 11100 | 0 | 10000 | 10 | 10010001 | 1011000 | 1010100 |
Color Harmonies of #B4FAD1
Complementary color
Monochromatic Colors of #B4FAD1
Black with #B4FAD1
Text Example
Text Example
White with #B4FAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FAD1; }
p { color: rgb(180,250,209); }
H1.HeaderClassName
{
color: #B4FAD1;
}
.AnyTagClassName
{
color: #B4FAD1;
}
</style>
background-color css
<style>
a { background-color: #B4FAD1; }
a { background-color: rgb(180,250,209); }
div.DivClassName
{
background-color: #B4FAD1;
}
.BgClassName
{
background-color: #B4FAD1;
}
</style>
border-color css
<style>
span { border-color: #B4FAD1; }
span { border-color: rgb(180,250,209); }
td.TdClassName
{
border-color: #B4FAD1;
}
.TagClassName
{
border-color: #B4FAD1;
}
</style>