#BAC0AC

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

Shades of Pale Leaf #BAC0AC

Tints of Pale Leaf #BAC0AC

Color information

#BAC0AC (or 0xBAC0AC) is unknown color: approx Pale Leaf. HEX triplet: BA, C0 and AC. RGB value is (186,192,172). Sum of RGB (Red+Green+Blue) = 186+192+172=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0AC is #453F53. Grayscale: #BCBCBC. Windows color (decimal): -4538196 or 11321530. OLE color: 11321530.

HSL color Cylindrical-coordinate representation of color #BAC0AC: hue angle of 78º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC0AC is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB186192172-
CMYK0.0300.100.25
HSL78º13.7%71.37%-
HSV(B)78º10.42%75.29%-
XYZ46.5551.1246.44-
YUV187.93119.01126.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 192 (75.39% from 255) = 34.91%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=33.82%
G=34.91%
B=31.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921720.0300.100.257813.771.37
HexBAC0AC30A194ee47
Octal27230025430123111616107
Binary101110101100000010101100110101011001100111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0AC; }

 p { color: rgb(186,192,172); }

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

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

 a { background-color: rgb(186,192,172); }

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

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

 span { border-color: rgb(186,192,172); }

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