#BACDAC

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

Shades of Pixie Green #BACDAC

Tints of Pixie Green #BACDAC

Color information

#BACDAC (or 0xBACDAC) is unknown color: approx Pixie Green. HEX triplet: BA, CD and AC. RGB value is (186,205,172). Sum of RGB (Red+Green+Blue) = 186+205+172=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDAC is #453253. Grayscale: #C3C3C3. Windows color (decimal): -4534868 or 11324858. OLE color: 11324858.

HSL color Cylindrical-coordinate representation of color #BACDAC: hue angle of 94.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACDAC is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB186205172-
CMYK0.0900.160.20
HSL94.55º24.81%73.92%-
HSV(B)94.55º16.1%80.39%-
XYZ49.5357.0847.44-
YUV195.56114.71121.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=33.04%
G=36.41%
B=30.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051720.0900.160.2094.5524.8173.92
HexBACDAC9010145f194a
Octal272315254110202413731112
Binary1011101011001101101011001001010000101001011111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDAC; }

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

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

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

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

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

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

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

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