Shades of Magic Mint #B1E4CC
Tints of Magic Mint #B1E4CC
RGB
CMYK
RGB Variations
Color information
#B1E4CC (or 0xB1E4CC) is known color: Magic Mint. HEX triplet: B1, E4 and CC. RGB value is (177,228,204). Sum of RGB (Red+Green+Blue) = 177+228+204=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E4CC is #4E1B33. Grayscale: #D2D2D2. Windows color (decimal): -5118772 or 13427889. OLE color: 13427889.
HSL color Cylindrical-coordinate representation of color #B1E4CC: hue angle of 151.76º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E4CC is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 204 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.11 |
| HSL | 151.76º | 0.49% | 0.79% | - |
| HSV(B) | 151.76º | 0.22% | 0.89% | - |
| XYZ | 56.77 | 69.19 | 67.49 | - |
| YUV | 210.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 204 | 0.22 | 0 | 0.11 | 0.11 | 151.76 | 0.49 | 0.79 |
| Hex | B1 | E4 | CC | 16 | 0 | B | B | 98 | 31 | 4F |
| Octal | 261 | 344 | 314 | 26 | 0 | 13 | 13 | 230 | 61 | 117 |
| Binary | 10110001 | 11100100 | 11001100 | 10110 | 0 | 1011 | 1011 | 10011000 | 110001 | 1001111 |
Color Harmonies of #B1E4CC
Complementary color
Monochromatic Colors of #B1E4CC
Black with #B1E4CC
Text Example
Text Example
White with #B1E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E4CC; }
p { color: rgb(177,228,204); }
H1.HeaderClassName
{
color: #B1E4CC;
}
.AnyTagClassName
{
color: #B1E4CC;
}
</style>
background-color css
<style>
a { background-color: #B1E4CC; }
a { background-color: rgb(177,228,204); }
div.DivClassName
{
background-color: #B1E4CC;
}
.BgClassName
{
background-color: #B1E4CC;
}
</style>
border-color css
<style>
span { border-color: #B1E4CC; }
span { border-color: rgb(177,228,204); }
td.TdClassName
{
border-color: #B1E4CC;
}
.TagClassName
{
border-color: #B1E4CC;
}
</style>