Shades of Magic Mint #B2FACD
Tints of Magic Mint #B2FACD
RGB
CMYK
RGB Variations
Color information
#B2FACD (or 0xB2FACD) is known color: Magic Mint. HEX triplet: B2, FA and CD. RGB value is (178,250,205). Sum of RGB (Red+Green+Blue) = 178+250+205=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FACD is #4D0532. Grayscale: #DFDFDF. Windows color (decimal): -5047603 or 13499058. OLE color: 13499058.
HSL color Cylindrical-coordinate representation of color #B2FACD: hue angle of 142.5º degrees, saturation: 0.88, 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 #B2FACD is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 205 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.02 |
| HSL | 142.5º | 0.88% | 0.84% | - |
| HSV(B) | 142.5º | 0.29% | 0.98% | - |
| XYZ | 63.57 | 82.24 | 70.28 | - |
| YUV | 223.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 205 | 0.29 | 0 | 0.18 | 0.02 | 142.5 | 0.88 | 0.84 |
| Hex | B2 | FA | CD | 1D | 0 | 12 | 2 | 8E | 58 | 54 |
| Octal | 262 | 372 | 315 | 35 | 0 | 22 | 2 | 216 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11001101 | 11101 | 0 | 10010 | 10 | 10001110 | 1011000 | 1010100 |
Color Harmonies of #B2FACD
Complementary color
Monochromatic Colors of #B2FACD
Black with #B2FACD
Text Example
Text Example
White with #B2FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FACD; }
p { color: rgb(178,250,205); }
H1.HeaderClassName
{
color: #B2FACD;
}
.AnyTagClassName
{
color: #B2FACD;
}
</style>
background-color css
<style>
a { background-color: #B2FACD; }
a { background-color: rgb(178,250,205); }
div.DivClassName
{
background-color: #B2FACD;
}
.BgClassName
{
background-color: #B2FACD;
}
</style>
border-color css
<style>
span { border-color: #B2FACD; }
span { border-color: rgb(178,250,205); }
td.TdClassName
{
border-color: #B2FACD;
}
.TagClassName
{
border-color: #B2FACD;
}
</style>