#BAC3AC

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

Shades of Pale Leaf #BAC3AC

Tints of Pale Leaf #BAC3AC

Color information

#BAC3AC (or 0xBAC3AC) is unknown color: approx Pale Leaf. HEX triplet: BA, C3 and AC. RGB value is (186,195,172). Sum of RGB (Red+Green+Blue) = 186+195+172=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3AC is #453C53. Grayscale: #BDBDBD. Windows color (decimal): -4537428 or 11322298. OLE color: 11322298.

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

Color convert

RGB186195172-
CMYK0.0500.120.24
HSL83.48º16.08%71.96%-
HSV(B)83.48º11.79%76.47%-
XYZ47.2152.4546.66-
YUV189.69118.02125.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=33.63%
G=35.26%
B=31.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951720.0500.120.2483.4816.0871.96
HexBAC3AC50C18531048
Octal27230325450143012320110
Binary10111010110000111010110010101100110001010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3AC; }

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

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

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

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

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

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

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

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