Shades of Pixie Green #BAD6A3
Tints of Pixie Green #BAD6A3
RGB
CMYK
RGB Variations
Color information
#BAD6A3 (or 0xBAD6A3) is known color: Pixie Green. HEX triplet: BA, D6 and A3. RGB value is (186,214,163). Sum of RGB (Red+Green+Blue) = 186+214+163=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD6A3 is #45295C. Grayscale: #C7C7C7. Windows color (decimal): -4532573 or 10737338. OLE color: 10737338.
HSL color Cylindrical-coordinate representation of color #BAD6A3: hue angle of 92.94º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAD6A3 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 163 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.16 |
| HSL | 92.94º | 0.38% | 0.74% | - |
| HSV(B) | 92.94º | 0.24% | 0.84% | - |
| XYZ | 50.91 | 61.18 | 43.78 | - |
| YUV | 199.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 163 | 0.13 | 0 | 0.24 | 0.16 | 92.94 | 0.38 | 0.74 |
| Hex | BA | D6 | A3 | D | 0 | 18 | 10 | 5D | 26 | 4A |
| Octal | 272 | 326 | 243 | 15 | 0 | 30 | 20 | 135 | 46 | 112 |
| Binary | 10111010 | 11010110 | 10100011 | 1101 | 0 | 11000 | 10000 | 1011101 | 100110 | 1001010 |
Color Harmonies of #BAD6A3
Complementary color
Monochromatic Colors of #BAD6A3
Black with #BAD6A3
Text Example
Text Example
White with #BAD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6A3; }
p { color: rgb(186,214,163); }
H1.HeaderClassName
{
color: #BAD6A3;
}
.AnyTagClassName
{
color: #BAD6A3;
}
</style>
background-color css
<style>
a { background-color: #BAD6A3; }
a { background-color: rgb(186,214,163); }
div.DivClassName
{
background-color: #BAD6A3;
}
.BgClassName
{
background-color: #BAD6A3;
}
</style>
border-color css
<style>
span { border-color: #BAD6A3; }
span { border-color: rgb(186,214,163); }
td.TdClassName
{
border-color: #BAD6A3;
}
.TagClassName
{
border-color: #BAD6A3;
}
</style>