Shades of Magic Mint #B1ECCF
Tints of Magic Mint #B1ECCF
RGB
CMYK
RGB Variations
Color information
#B1ECCF (or 0xB1ECCF) is known color: Magic Mint. HEX triplet: B1, EC and CF. RGB value is (177,236,207). Sum of RGB (Red+Green+Blue) = 177+236+207=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECCF is #4E1330. Grayscale: #D7D7D7. Windows color (decimal): -5116721 or 13626545. OLE color: 13626545.
HSL color Cylindrical-coordinate representation of color #B1ECCF: hue angle of 150.51º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1ECCF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 236 | 207 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.07 |
| HSL | 150.51º | 0.61% | 0.81% | - |
| HSV(B) | 150.51º | 0.25% | 0.93% | - |
| XYZ | 59.39 | 73.84 | 70.15 | - |
| YUV | 215.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 236 | 207 | 0.25 | 0 | 0.12 | 0.07 | 150.51 | 0.61 | 0.81 |
| Hex | B1 | EC | CF | 19 | 0 | C | 7 | 97 | 3D | 51 |
| Octal | 261 | 354 | 317 | 31 | 0 | 14 | 7 | 227 | 75 | 121 |
| Binary | 10110001 | 11101100 | 11001111 | 11001 | 0 | 1100 | 111 | 10010111 | 111101 | 1010001 |
Color Harmonies of #B1ECCF
Complementary color
Monochromatic Colors of #B1ECCF
Black with #B1ECCF
Text Example
Text Example
White with #B1ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ECCF; }
p { color: rgb(177,236,207); }
H1.HeaderClassName
{
color: #B1ECCF;
}
.AnyTagClassName
{
color: #B1ECCF;
}
</style>
background-color css
<style>
a { background-color: #B1ECCF; }
a { background-color: rgb(177,236,207); }
div.DivClassName
{
background-color: #B1ECCF;
}
.BgClassName
{
background-color: #B1ECCF;
}
</style>
border-color css
<style>
span { border-color: #B1ECCF; }
span { border-color: rgb(177,236,207); }
td.TdClassName
{
border-color: #B1ECCF;
}
.TagClassName
{
border-color: #B1ECCF;
}
</style>