#BAC6AB

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

Shades of Pale Leaf #BAC6AB

Tints of Pale Leaf #BAC6AB

Color information

#BAC6AB (or 0xBAC6AB) is unknown color: approx Pale Leaf. HEX triplet: BA, C6 and AB. RGB value is (186,198,171). Sum of RGB (Red+Green+Blue) = 186+198+171=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6AB is #453954. Grayscale: #BFBFBF. Windows color (decimal): -4536661 or 11257530. OLE color: 11257530.

HSL color Cylindrical-coordinate representation of color #BAC6AB: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC6AB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB186198171-
CMYK0.0600.140.22
HSL86.67º19.15%72.35%-
HSV(B)86.67º13.64%77.65%-
XYZ47.7953.7746.39-
YUV191.33116.52124.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=33.51%
G=35.68%
B=30.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981710.0600.140.2286.6719.1572.35
HexBAC6AB60E16571348
Octal27230625360162612723110
Binary10111010110001101010101111001110101101010111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6AB; }

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

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

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

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

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

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

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

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