#BAC3AA

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

Shades of Pale Leaf #BAC3AA

Tints of Pale Leaf #BAC3AA

Color information

#BAC3AA (or 0xBAC3AA) is unknown color: approx Pale Leaf. HEX triplet: BA, C3 and AA. RGB value is (186,195,170). Sum of RGB (Red+Green+Blue) = 186+195+170=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3AA is #453C55. Grayscale: #BDBDBD. Windows color (decimal): -4537430 or 11191226. OLE color: 11191226.

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

Color convert

RGB186195170-
CMYK0.0500.130.24
HSL81.6º17.24%71.57%-
HSV(B)81.6º12.82%76.47%-
XYZ47.0252.3745.66-
YUV189.46117.02125.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 195 (76.56% from 255) = 35.39%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=33.76%
G=35.39%
B=30.85%

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
Decimal1861951700.0500.130.2481.617.2471.57
HexBAC3AA50D18521148
Octal27230325250153012221110
Binary10111010110000111010101010101101110001010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3AA; }

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

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

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

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

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

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

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

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