Shades of Magic Mint #B0DEC6
Tints of Magic Mint #B0DEC6
RGB
CMYK
RGB Variations
Color information
#B0DEC6 (or 0xB0DEC6) is known color: Magic Mint. HEX triplet: B0, DE and C6. RGB value is (176,222,198). Sum of RGB (Red+Green+Blue) = 176+222+198=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEC6 is #4F2139. Grayscale: #CDCDCD. Windows color (decimal): -5185850 or 13033136. OLE color: 13033136.
HSL color Cylindrical-coordinate representation of color #B0DEC6: hue angle of 148.7º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DEC6 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 198 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.13 |
| HSL | 148.7º | 0.41% | 0.78% | - |
| HSV(B) | 148.7º | 0.21% | 0.87% | - |
| XYZ | 54.22 | 65.55 | 63.22 | - |
| YUV | 205.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 198 | 0.21 | 0 | 0.11 | 0.13 | 148.7 | 0.41 | 0.78 |
| Hex | B0 | DE | C6 | 15 | 0 | B | D | 95 | 29 | 4E |
| Octal | 260 | 336 | 306 | 25 | 0 | 13 | 15 | 225 | 51 | 116 |
| Binary | 10110000 | 11011110 | 11000110 | 10101 | 0 | 1011 | 1101 | 10010101 | 101001 | 1001110 |
Color Harmonies of #B0DEC6
Complementary color
Monochromatic Colors of #B0DEC6
Black with #B0DEC6
Text Example
Text Example
White with #B0DEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEC6; }
p { color: rgb(176,222,198); }
H1.HeaderClassName
{
color: #B0DEC6;
}
.AnyTagClassName
{
color: #B0DEC6;
}
</style>
background-color css
<style>
a { background-color: #B0DEC6; }
a { background-color: rgb(176,222,198); }
div.DivClassName
{
background-color: #B0DEC6;
}
.BgClassName
{
background-color: #B0DEC6;
}
</style>
border-color css
<style>
span { border-color: #B0DEC6; }
span { border-color: rgb(176,222,198); }
td.TdClassName
{
border-color: #B0DEC6;
}
.TagClassName
{
border-color: #B0DEC6;
}
</style>