#BAC4AA

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

Shades of Pale Leaf #BAC4AA

Tints of Pale Leaf #BAC4AA

Color information

#BAC4AA (or 0xBAC4AA) is unknown color: approx Pale Leaf. HEX triplet: BA, C4 and AA. RGB value is (186,196,170). Sum of RGB (Red+Green+Blue) = 186+196+170=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4AA is #453B55. Grayscale: #BEBEBE. Windows color (decimal): -4537174 or 11191482. OLE color: 11191482.

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

Color convert

RGB186196170-
CMYK0.0500.130.23
HSL83.08º18.06%71.76%-
HSV(B)83.08º13.27%76.86%-
XYZ47.2552.8245.74-
YUV190.05116.69125.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=33.70%
G=35.51%
B=30.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961700.0500.130.2383.0818.0671.76
HexBAC4AA50D17531248
Octal27230425250152712322110
Binary10111010110001001010101010101101101111010011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4AA; }

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

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

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

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

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

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

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

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