#BAC3A9

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

Shades of Pale Leaf #BAC3A9

Tints of Pale Leaf #BAC3A9

Color information

#BAC3A9 (or 0xBAC3A9) is unknown color: approx Pale Leaf. HEX triplet: BA, C3 and A9. RGB value is (186,195,169). Sum of RGB (Red+Green+Blue) = 186+195+169=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3A9 is #453C56. Grayscale: #BDBDBD. Windows color (decimal): -4537431 or 11125690. OLE color: 11125690.

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

Color convert

RGB186195169-
CMYK0.0500.130.24
HSL80.77º17.81%71.37%-
HSV(B)80.77º13.33%76.47%-
XYZ46.9352.3345.16-
YUV189.34116.52125.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=33.82%
G=35.45%
B=30.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951690.0500.130.2480.7717.8171.37
HexBAC3A950D18511247
Octal27230325150153012122107
Binary10111010110000111010100110101101110001010001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3A9; }

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

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

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

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

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

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

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

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