Shades of Pixie Green #BACEA2
Tints of Pixie Green #BACEA2
RGB
CMYK
RGB Variations
Color information
#BACEA2 (or 0xBACEA2) is known color: Pixie Green. HEX triplet: BA, CE and A2. RGB value is (186,206,162). Sum of RGB (Red+Green+Blue) = 186+206+162=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEA2 is #45315D. Grayscale: #C3C3C3. Windows color (decimal): -4534622 or 10669754. OLE color: 10669754.
HSL color Cylindrical-coordinate representation of color #BACEA2: hue angle of 87.27º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACEA2 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 162 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.19 |
| HSL | 87.27º | 0.31% | 0.72% | - |
| HSV(B) | 87.27º | 0.21% | 0.81% | - |
| XYZ | 48.84 | 57.19 | 42.65 | - |
| YUV | 195 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 162 | 0.10 | 0 | 0.21 | 0.19 | 87.27 | 0.31 | 0.72 |
| Hex | BA | CE | A2 | A | 0 | 15 | 13 | 57 | 1F | 48 |
| Octal | 272 | 316 | 242 | 12 | 0 | 25 | 23 | 127 | 37 | 110 |
| Binary | 10111010 | 11001110 | 10100010 | 1010 | 0 | 10101 | 10011 | 1010111 | 11111 | 1001000 |
Color Harmonies of #BACEA2
Complementary color
Monochromatic Colors of #BACEA2
Black with #BACEA2
Text Example
Text Example
White with #BACEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEA2; }
p { color: rgb(186,206,162); }
H1.HeaderClassName
{
color: #BACEA2;
}
.AnyTagClassName
{
color: #BACEA2;
}
</style>
background-color css
<style>
a { background-color: #BACEA2; }
a { background-color: rgb(186,206,162); }
div.DivClassName
{
background-color: #BACEA2;
}
.BgClassName
{
background-color: #BACEA2;
}
</style>
border-color css
<style>
span { border-color: #BACEA2; }
span { border-color: rgb(186,206,162); }
td.TdClassName
{
border-color: #BACEA2;
}
.TagClassName
{
border-color: #BACEA2;
}
</style>