Shades of Magic Mint #B3ECCF
Tints of Magic Mint #B3ECCF
RGB
CMYK
RGB Variations
Color information
#B3ECCF (or 0xB3ECCF) is known color: Magic Mint. HEX triplet: B3, EC and CF. RGB value is (179,236,207). Sum of RGB (Red+Green+Blue) = 179+236+207=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECCF is #4C1330. Grayscale: #D7D7D7. Windows color (decimal): -4985649 or 13626547. OLE color: 13626547.
HSL color Cylindrical-coordinate representation of color #B3ECCF: hue angle of 149.47º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ECCF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 207 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.07 |
| HSL | 149.47º | 0.6% | 0.81% | - |
| HSV(B) | 149.47º | 0.24% | 0.93% | - |
| XYZ | 59.85 | 74.08 | 70.18 | - |
| YUV | 215.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 207 | 0.24 | 0 | 0.12 | 0.07 | 149.47 | 0.6 | 0.81 |
| Hex | B3 | EC | CF | 18 | 0 | C | 7 | 95 | 3C | 51 |
| Octal | 263 | 354 | 317 | 30 | 0 | 14 | 7 | 225 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11001111 | 11000 | 0 | 1100 | 111 | 10010101 | 111100 | 1010001 |
Color Harmonies of #B3ECCF
Complementary color
Monochromatic Colors of #B3ECCF
Black with #B3ECCF
Text Example
Text Example
White with #B3ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECCF; }
p { color: rgb(179,236,207); }
H1.HeaderClassName
{
color: #B3ECCF;
}
.AnyTagClassName
{
color: #B3ECCF;
}
</style>
background-color css
<style>
a { background-color: #B3ECCF; }
a { background-color: rgb(179,236,207); }
div.DivClassName
{
background-color: #B3ECCF;
}
.BgClassName
{
background-color: #B3ECCF;
}
</style>
border-color css
<style>
span { border-color: #B3ECCF; }
span { border-color: rgb(179,236,207); }
td.TdClassName
{
border-color: #B3ECCF;
}
.TagClassName
{
border-color: #B3ECCF;
}
</style>