Shades of Magic Mint #B6FADC
Tints of Magic Mint #B6FADC
RGB
CMYK
RGB Variations
Color information
#B6FADC (or 0xB6FADC) is known color: Magic Mint. HEX triplet: B6, FA and DC. RGB value is (182,250,220). Sum of RGB (Red+Green+Blue) = 182+250+220=652 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.91% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FADC is #490523. Grayscale: #E2E2E2. Windows color (decimal): -4785444 or 14482102. OLE color: 14482102.
HSL color Cylindrical-coordinate representation of color #B6FADC: hue angle of 153.53º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FADC is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 250 | 220 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.02 |
| HSL | 153.53º | 0.87% | 0.85% | - |
| HSV(B) | 153.53º | 0.27% | 0.98% | - |
| XYZ | 66.4 | 83.48 | 80.32 | - |
| YUV | 226.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 250 | 220 | 0.27 | 0 | 0.12 | 0.02 | 153.53 | 0.87 | 0.85 |
| Hex | B6 | FA | DC | 1B | 0 | C | 2 | 9A | 57 | 55 |
| Octal | 266 | 372 | 334 | 33 | 0 | 14 | 2 | 232 | 127 | 125 |
| Binary | 10110110 | 11111010 | 11011100 | 11011 | 0 | 1100 | 10 | 10011010 | 1010111 | 1010101 |
Color Harmonies of #B6FADC
Complementary color
Monochromatic Colors of #B6FADC
Black with #B6FADC
Text Example
Text Example
White with #B6FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FADC; }
p { color: rgb(182,250,220); }
H1.HeaderClassName
{
color: #B6FADC;
}
.AnyTagClassName
{
color: #B6FADC;
}
</style>
background-color css
<style>
a { background-color: #B6FADC; }
a { background-color: rgb(182,250,220); }
div.DivClassName
{
background-color: #B6FADC;
}
.BgClassName
{
background-color: #B6FADC;
}
</style>
border-color css
<style>
span { border-color: #B6FADC; }
span { border-color: rgb(182,250,220); }
td.TdClassName
{
border-color: #B6FADC;
}
.TagClassName
{
border-color: #B6FADC;
}
</style>