#BAC6AA

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

Shades of Pale Leaf #BAC6AA

Tints of Pale Leaf #BAC6AA

Color information

#BAC6AA (or 0xBAC6AA) is unknown color: approx Pale Leaf. HEX triplet: BA, C6 and AA. RGB value is (186,198,170). Sum of RGB (Red+Green+Blue) = 186+198+170=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6AA is #453955. Grayscale: #BFBFBF. Windows color (decimal): -4536662 or 11191994. OLE color: 11191994.

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

Color convert

RGB186198170-
CMYK0.0600.140.22
HSL85.71º19.72%72.16%-
HSV(B)85.71º14.14%77.65%-
XYZ47.753.7345.89-
YUV191.22116.02124.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=33.57%
G=35.74%
B=30.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981700.0600.140.2285.7119.7272.16
HexBAC6AA60E16561448
Octal27230625260162612624110
Binary10111010110001101010101011001110101101010110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6AA; }

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

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

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

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

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

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

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

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