Shades of Magic Mint #B4FACA
Tints of Magic Mint #B4FACA
RGB
CMYK
RGB Variations
Color information
#B4FACA (or 0xB4FACA) is known color: Magic Mint. HEX triplet: B4, FA and CA. RGB value is (180,250,202). Sum of RGB (Red+Green+Blue) = 180+250+202=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FACA is #4B0535. Grayscale: #DFDFDF. Windows color (decimal): -4916534 or 13302452. OLE color: 13302452.
HSL color Cylindrical-coordinate representation of color #B4FACA: hue angle of 138.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 #B4FACA is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 202 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.02 |
| HSL | 138.86º | 0.88% | 0.84% | - |
| HSV(B) | 138.86º | 0.28% | 0.98% | - |
| XYZ | 63.67 | 82.34 | 68.41 | - |
| YUV | 223.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 202 | 0.28 | 0 | 0.19 | 0.02 | 138.86 | 0.88 | 0.84 |
| Hex | B4 | FA | CA | 1C | 0 | 13 | 2 | 8B | 58 | 54 |
| Octal | 264 | 372 | 312 | 34 | 0 | 23 | 2 | 213 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11001010 | 11100 | 0 | 10011 | 10 | 10001011 | 1011000 | 1010100 |
Color Harmonies of #B4FACA
Complementary color
Monochromatic Colors of #B4FACA
Black with #B4FACA
Text Example
Text Example
White with #B4FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FACA; }
p { color: rgb(180,250,202); }
H1.HeaderClassName
{
color: #B4FACA;
}
.AnyTagClassName
{
color: #B4FACA;
}
</style>
background-color css
<style>
a { background-color: #B4FACA; }
a { background-color: rgb(180,250,202); }
div.DivClassName
{
background-color: #B4FACA;
}
.BgClassName
{
background-color: #B4FACA;
}
</style>
border-color css
<style>
span { border-color: #B4FACA; }
span { border-color: rgb(180,250,202); }
td.TdClassName
{
border-color: #B4FACA;
}
.TagClassName
{
border-color: #B4FACA;
}
</style>