Shades of Magic Mint #B1FACA
Tints of Magic Mint #B1FACA
RGB
CMYK
RGB Variations
Color information
#B1FACA (or 0xB1FACA) is known color: Magic Mint. HEX triplet: B1, FA and CA. RGB value is (177,250,202). Sum of RGB (Red+Green+Blue) = 177+250+202=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FACA is #4E0535. Grayscale: #DEDEDE. Windows color (decimal): -5113142 or 13302449. OLE color: 13302449.
HSL color Cylindrical-coordinate representation of color #B1FACA: hue angle of 140.55º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FACA is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 202 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.02 |
| HSL | 140.55º | 0.88% | 0.84% | - |
| HSV(B) | 140.55º | 0.29% | 0.98% | - |
| XYZ | 62.98 | 81.98 | 68.38 | - |
| YUV | 222.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 202 | 0.29 | 0 | 0.19 | 0.02 | 140.55 | 0.88 | 0.84 |
| Hex | B1 | FA | CA | 1D | 0 | 13 | 2 | 8D | 58 | 54 |
| Octal | 261 | 372 | 312 | 35 | 0 | 23 | 2 | 215 | 130 | 124 |
| Binary | 10110001 | 11111010 | 11001010 | 11101 | 0 | 10011 | 10 | 10001101 | 1011000 | 1010100 |
Color Harmonies of #B1FACA
Complementary color
Monochromatic Colors of #B1FACA
Black with #B1FACA
Text Example
Text Example
White with #B1FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FACA; }
p { color: rgb(177,250,202); }
H1.HeaderClassName
{
color: #B1FACA;
}
.AnyTagClassName
{
color: #B1FACA;
}
</style>
background-color css
<style>
a { background-color: #B1FACA; }
a { background-color: rgb(177,250,202); }
div.DivClassName
{
background-color: #B1FACA;
}
.BgClassName
{
background-color: #B1FACA;
}
</style>
border-color css
<style>
span { border-color: #B1FACA; }
span { border-color: rgb(177,250,202); }
td.TdClassName
{
border-color: #B1FACA;
}
.TagClassName
{
border-color: #B1FACA;
}
</style>