#BAC6A9

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

Shades of Pale Leaf #BAC6A9

Tints of Pale Leaf #BAC6A9

Color information

#BAC6A9 (or 0xBAC6A9) is unknown color: approx Pale Leaf. HEX triplet: BA, C6 and A9. RGB value is (186,198,169). Sum of RGB (Red+Green+Blue) = 186+198+169=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 169 (66.41% from 255 or 30.56% from 553); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6A9 is #453956. Grayscale: #BFBFBF. Windows color (decimal): -4536663 or 11126458. OLE color: 11126458.

HSL color Cylindrical-coordinate representation of color #BAC6A9: hue angle of 84.83º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC6A9 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB186198169-
CMYK0.0600.150.22
HSL84.83º20.28%71.96%-
HSV(B)84.83º14.65%77.65%-
XYZ47.6153.6945.39-
YUV191.11115.52124.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 198 (77.73% from 255) = 35.80%
BLUE value IS 169 (66.41% from 255) = 30.56%
R=33.63%
G=35.80%
B=30.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981690.0600.150.2284.8320.2871.96
HexBAC6A960F16551448
Octal27230625160172612524110
Binary10111010110001101010100111001111101101010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6A9; }

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

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

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

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

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

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

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

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