Shades of Magic Mint #B4EBD5
Tints of Magic Mint #B4EBD5
RGB
CMYK
RGB Variations
Color information
#B4EBD5 (or 0xB4EBD5) is known color: Magic Mint. HEX triplet: B4, EB and D5. RGB value is (180,235,213). Sum of RGB (Red+Green+Blue) = 180+235+213=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBD5 is #4B142A. Grayscale: #D8D8D8. Windows color (decimal): -4920363 or 14019508. OLE color: 14019508.
HSL color Cylindrical-coordinate representation of color #B4EBD5: hue angle of 156º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EBD5 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 235 | 213 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.08 |
| HSL | 156º | 0.58% | 0.81% | - |
| HSV(B) | 156º | 0.23% | 0.92% | - |
| XYZ | 60.54 | 73.92 | 74.03 | - |
| YUV | 216.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 235 | 213 | 0.23 | 0 | 0.09 | 0.08 | 156 | 0.58 | 0.81 |
| Hex | B4 | EB | D5 | 17 | 0 | 9 | 8 | 9C | 3A | 51 |
| Octal | 264 | 353 | 325 | 27 | 0 | 11 | 10 | 234 | 72 | 121 |
| Binary | 10110100 | 11101011 | 11010101 | 10111 | 0 | 1001 | 1000 | 10011100 | 111010 | 1010001 |
Color Harmonies of #B4EBD5
Complementary color
Monochromatic Colors of #B4EBD5
Black with #B4EBD5
Text Example
Text Example
White with #B4EBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EBD5; }
p { color: rgb(180,235,213); }
H1.HeaderClassName
{
color: #B4EBD5;
}
.AnyTagClassName
{
color: #B4EBD5;
}
</style>
background-color css
<style>
a { background-color: #B4EBD5; }
a { background-color: rgb(180,235,213); }
div.DivClassName
{
background-color: #B4EBD5;
}
.BgClassName
{
background-color: #B4EBD5;
}
</style>
border-color css
<style>
span { border-color: #B4EBD5; }
span { border-color: rgb(180,235,213); }
td.TdClassName
{
border-color: #B4EBD5;
}
.TagClassName
{
border-color: #B4EBD5;
}
</style>