#BAC7A3

Color #BAC7A3 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #BAC7A3

Tints of Pale Leaf #BAC7A3

Color information

#BAC7A3 (or 0xBAC7A3) is unknown color: approx Pale Leaf. HEX triplet: BA, C7 and A3. RGB value is (186,199,163). Sum of RGB (Red+Green+Blue) = 186+199+163=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC7A3 is #45385C. Grayscale: #BFBFBF. Windows color (decimal): -4536413 or 10733498. OLE color: 10733498.

HSL color Cylindrical-coordinate representation of color #BAC7A3: hue angle of 81.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC7A3 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB186199163-
CMYK0.0700.180.22
HSL81.67º24.32%70.98%-
HSV(B)81.67º18.09%78.04%-
XYZ47.2853.9342.57-
YUV191.01112.19124.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 199 (78.12% from 255) = 36.31%
BLUE value IS 163 (64.06% from 255) = 29.74%
R=33.94%
G=36.31%
B=29.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991630.0700.180.2281.6724.3270.98
HexBAC7A3701216521847
Octal27230724370222612230107
Binary101110101100011110100011111010010101101010010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7A3; }

 p { color: rgb(186,199,163); }

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

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

 a { background-color: rgb(186,199,163); }

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

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

 span { border-color: rgb(186,199,163); }

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