#BACEAC

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

Shades of Pixie Green #BACEAC

Tints of Pixie Green #BACEAC

Color information

#BACEAC (or 0xBACEAC) is unknown color: approx Pixie Green. HEX triplet: BA, CE and AC. RGB value is (186,206,172). Sum of RGB (Red+Green+Blue) = 186+206+172=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEAC is #453153. Grayscale: #C4C4C4. Windows color (decimal): -4534612 or 11325114. OLE color: 11325114.

HSL color Cylindrical-coordinate representation of color #BACEAC: hue angle of 95.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACEAC is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB186206172-
CMYK0.1000.170.19
HSL95.29º25.76%74.12%-
HSV(B)95.29º16.5%80.78%-
XYZ49.7757.5647.52-
YUV196.14114.37120.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=32.98%
G=36.52%
B=30.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061720.1000.170.1995.2925.7674.12
HexBACEACA011135f1a4a
Octal272316254120212313732112
Binary1011101011001110101011001010010001100111011111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEAC; }

 p { color: rgb(186,206,172); }

 H1.HeaderClassName
 {
   color: #BACEAC;
 }
 .AnyTagClassName
 {
   color: #BACEAC;
 }
</style>
background-color css

<style>
 a { background-color: #BACEAC; }

 a { background-color: rgb(186,206,172); }

 div.DivClassName
 {
   background-color: #BACEAC;
 }
 .BgClassName
 {
   background-color: #BACEAC;
 }
</style>
border-color css

<style>
 span { border-color: #BACEAC; }

 span { border-color: rgb(186,206,172); }

 td.TdClassName
 {
   border-color: #BACEAC;
 }
 .TagClassName
 {
   border-color: #BACEAC;
 }
</style>