#BAC3AB

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

Shades of Pale Leaf #BAC3AB

Tints of Pale Leaf #BAC3AB

Color information

#BAC3AB (or 0xBAC3AB) is unknown color: approx Pale Leaf. HEX triplet: BA, C3 and AB. RGB value is (186,195,171). Sum of RGB (Red+Green+Blue) = 186+195+171=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3AB is #453C54. Grayscale: #BDBDBD. Windows color (decimal): -4537429 or 11256762. OLE color: 11256762.

HSL color Cylindrical-coordinate representation of color #BAC3AB: hue angle of 82.5º degrees, saturation: 0.17, 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 #BAC3AB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB186195171-
CMYK0.0500.120.24
HSL82.5º16.67%71.76%-
HSV(B)82.5º12.31%76.47%-
XYZ47.1252.4146.16-
YUV189.57117.52125.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=33.70%
G=35.33%
B=30.98%

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
Decimal1861951710.0500.120.2482.516.6771.76
HexBAC3AB50C18521148
Octal27230325350143012221110
Binary10111010110000111010101110101100110001010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3AB; }

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

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

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

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

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

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

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

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