Shades of Magic Mint #B1FBCB
Tints of Magic Mint #B1FBCB
RGB
CMYK
RGB Variations
Color information
#B1FBCB (or 0xB1FBCB) is known color: Magic Mint. HEX triplet: B1, FB and CB. RGB value is (177,251,203). Sum of RGB (Red+Green+Blue) = 177+251+203=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBCB is #4E0434. Grayscale: #DFDFDF. Windows color (decimal): -5112885 or 13368241. OLE color: 13368241.
HSL color Cylindrical-coordinate representation of color #B1FBCB: hue angle of 141.08º degrees, saturation: 0.9, 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 #B1FBCB is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 203 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.02 |
| HSL | 141.08º | 0.9% | 0.84% | - |
| HSV(B) | 141.08º | 0.29% | 0.98% | - |
| XYZ | 63.41 | 82.65 | 69.11 | - |
| YUV | 223.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 203 | 0.29 | 0 | 0.19 | 0.02 | 141.08 | 0.9 | 0.84 |
| Hex | B1 | FB | CB | 1D | 0 | 13 | 2 | 8D | 5A | 54 |
| Octal | 261 | 373 | 313 | 35 | 0 | 23 | 2 | 215 | 132 | 124 |
| Binary | 10110001 | 11111011 | 11001011 | 11101 | 0 | 10011 | 10 | 10001101 | 1011010 | 1010100 |
Color Harmonies of #B1FBCB
Complementary color
Monochromatic Colors of #B1FBCB
Black with #B1FBCB
Text Example
Text Example
White with #B1FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FBCB; }
p { color: rgb(177,251,203); }
H1.HeaderClassName
{
color: #B1FBCB;
}
.AnyTagClassName
{
color: #B1FBCB;
}
</style>
background-color css
<style>
a { background-color: #B1FBCB; }
a { background-color: rgb(177,251,203); }
div.DivClassName
{
background-color: #B1FBCB;
}
.BgClassName
{
background-color: #B1FBCB;
}
</style>
border-color css
<style>
span { border-color: #B1FBCB; }
span { border-color: rgb(177,251,203); }
td.TdClassName
{
border-color: #B1FBCB;
}
.TagClassName
{
border-color: #B1FBCB;
}
</style>