Shades of Pixie Green #BACBA6
Tints of Pixie Green #BACBA6
RGB
CMYK
RGB Variations
Color information
#BACBA6 (or 0xBACBA6) is known color: Pixie Green. HEX triplet: BA, CB and A6. RGB value is (186,203,166). Sum of RGB (Red+Green+Blue) = 186+203+166=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBA6 is #453459. Grayscale: #C1C1C1. Windows color (decimal): -4535386 or 10931130. OLE color: 10931130.
HSL color Cylindrical-coordinate representation of color #BACBA6: hue angle of 87.57º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACBA6 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 166 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.20 |
| HSL | 87.57º | 0.26% | 0.72% | - |
| HSV(B) | 87.57º | 0.18% | 0.8% | - |
| XYZ | 48.49 | 55.9 | 44.31 | - |
| YUV | 193.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 166 | 0.08 | 0 | 0.18 | 0.20 | 87.57 | 0.26 | 0.72 |
| Hex | BA | CB | A6 | 8 | 0 | 12 | 14 | 58 | 1A | 48 |
| Octal | 272 | 313 | 246 | 10 | 0 | 22 | 24 | 130 | 32 | 110 |
| Binary | 10111010 | 11001011 | 10100110 | 1000 | 0 | 10010 | 10100 | 1011000 | 11010 | 1001000 |
Color Harmonies of #BACBA6
Complementary color
Monochromatic Colors of #BACBA6
Black with #BACBA6
Text Example
Text Example
White with #BACBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBA6; }
p { color: rgb(186,203,166); }
H1.HeaderClassName
{
color: #BACBA6;
}
.AnyTagClassName
{
color: #BACBA6;
}
</style>
background-color css
<style>
a { background-color: #BACBA6; }
a { background-color: rgb(186,203,166); }
div.DivClassName
{
background-color: #BACBA6;
}
.BgClassName
{
background-color: #BACBA6;
}
</style>
border-color css
<style>
span { border-color: #BACBA6; }
span { border-color: rgb(186,203,166); }
td.TdClassName
{
border-color: #BACBA6;
}
.TagClassName
{
border-color: #BACBA6;
}
</style>