#BAC5AB

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

Shades of Pale Leaf #BAC5AB

Tints of Pale Leaf #BAC5AB

Color information

#BAC5AB (or 0xBAC5AB) is unknown color: approx Pale Leaf. HEX triplet: BA, C5 and AB. RGB value is (186,197,171). Sum of RGB (Red+Green+Blue) = 186+197+171=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC5AB is #453A54. Grayscale: #BEBEBE. Windows color (decimal): -4536917 or 11257274. OLE color: 11257274.

HSL color Cylindrical-coordinate representation of color #BAC5AB: hue angle of 85.38º 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 #BAC5AB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB186197171-
CMYK0.0600.130.23
HSL85.38º18.31%72.16%-
HSV(B)85.38º13.2%77.25%-
XYZ47.5753.3146.31-
YUV190.75116.86124.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 197 (77.34% from 255) = 35.56%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=33.57%
G=35.56%
B=30.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971710.0600.130.2385.3818.3172.16
HexBAC5AB60D17551248
Octal27230525360152712522110
Binary10111010110001011010101111001101101111010101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5AB; }

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

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

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

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

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

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

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

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