#BAC4A9

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

Shades of Pale Leaf #BAC4A9

Tints of Pale Leaf #BAC4A9

Color information

#BAC4A9 (or 0xBAC4A9) is unknown color: approx Pale Leaf. HEX triplet: BA, C4 and A9. RGB value is (186,196,169). Sum of RGB (Red+Green+Blue) = 186+196+169=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4A9 is #453B56. Grayscale: #BEBEBE. Windows color (decimal): -4537175 or 11125946. OLE color: 11125946.

HSL color Cylindrical-coordinate representation of color #BAC4A9: hue angle of 82.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC4A9 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB186196169-
CMYK0.0500.140.23
HSL82.22º18.62%71.57%-
HSV(B)82.22º13.78%76.86%-
XYZ47.1552.7845.24-
YUV189.93116.19125.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 169 (66.41% from 255) = 30.67%
R=33.76%
G=35.57%
B=30.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961690.0500.140.2382.2218.6271.57
HexBAC4A950E17521348
Octal27230425150162712223110
Binary10111010110001001010100110101110101111010010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4A9; }

 p { color: rgb(186,196,169); }

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

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

 a { background-color: rgb(186,196,169); }

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

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

 span { border-color: rgb(186,196,169); }

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