#BAC4AB

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

Shades of Pale Leaf #BAC4AB

Tints of Pale Leaf #BAC4AB

Color information

#BAC4AB (or 0xBAC4AB) is unknown color: approx Pale Leaf. HEX triplet: BA, C4 and AB. RGB value is (186,196,171). Sum of RGB (Red+Green+Blue) = 186+196+171=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4AB is #453B54. Grayscale: #BEBEBE. Windows color (decimal): -4537173 or 11257018. OLE color: 11257018.

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

Color convert

RGB186196171-
CMYK0.0500.130.23
HSL84º17.48%71.96%-
HSV(B)84º12.76%76.86%-
XYZ47.3452.8646.24-
YUV190.16117.19125.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=33.63%
G=35.44%
B=30.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861961710.0500.130.238417.4871.96
HexBAC4AB50D17541148
Octal27230425350152712421110
Binary10111010110001001010101110101101101111010100100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4AB; }

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

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

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

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

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

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

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

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