#BACEA2

Color #BACEA2 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BACEA2

Tints of Pixie Green #BACEA2

Color information

#BACEA2 (or 0xBACEA2) is unknown color: approx 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

RGB186206162-
CMYK0.1000.210.19
HSL87.27º30.99%72.16%-
HSV(B)87.27º21.36%80.78%-
XYZ48.8457.1942.65-
YUV195109.37121.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 162 (63.67% from 255) = 29.24%
R=33.57%
G=37.18%
B=29.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061620.1000.210.1987.2730.9972.16
HexBACEA2A01513571f48
Octal272316242120252312737110
Binary1011101011001110101000101010010101100111010111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>