#BAC6A7

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

Shades of Pale Leaf #BAC6A7

Tints of Pale Leaf #BAC6A7

Color information

#BAC6A7 (or 0xBAC6A7) is unknown color: approx Pale Leaf. HEX triplet: BA, C6 and A7. RGB value is (186,198,167). Sum of RGB (Red+Green+Blue) = 186+198+167=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC6A7 is #453958. Grayscale: #BEBEBE. Windows color (decimal): -4536665 or 10995386. OLE color: 10995386.

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

Color convert

RGB186198167-
CMYK0.0600.160.22
HSL83.23º21.38%71.57%-
HSV(B)83.23º15.66%77.65%-
XYZ47.4253.6244.41-
YUV190.88114.52124.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 167 (65.62% from 255) = 30.31%
R=33.76%
G=35.93%
B=30.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981670.0600.160.2283.2321.3871.57
HexBAC6A7601016531548
Octal27230624760202612325110
Binary101110101100011010100111110010000101101010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6A7; }

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

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

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

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

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

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

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

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