#BCC4AE

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

Shades of Pale Leaf #BCC4AE

Tints of Pale Leaf #BCC4AE

Color information

#BCC4AE (or 0xBCC4AE) is unknown color: approx Pale Leaf. HEX triplet: BC, C4 and AE. RGB value is (188,196,174). Sum of RGB (Red+Green+Blue) = 188+196+174=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC4AE is #433B51. Grayscale: #BFBFBF. Windows color (decimal): -4406098 or 11453628. OLE color: 11453628.

HSL color Cylindrical-coordinate representation of color #BCC4AE: hue angle of 81.82º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC4AE is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB188196174-
CMYK0.0400.110.23
HSL81.82º15.71%72.55%-
HSV(B)81.82º11.22%76.86%-
XYZ48.1253.2347.78-
YUV191.1118.35125.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=33.69%
G=35.13%
B=31.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961740.0400.110.2381.8215.7172.55
HexBCC4AE40B17521049
Octal27430425640132712220111
Binary10111100110001001010111010001011101111010010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4AE; }

 p { color: rgb(188,196,174); }

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

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

 a { background-color: rgb(188,196,174); }

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

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

 span { border-color: rgb(188,196,174); }

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