#BCC5AE

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

Shades of Pale Leaf #BCC5AE

Tints of Pale Leaf #BCC5AE

Color information

#BCC5AE (or 0xBCC5AE) is unknown color: approx Pale Leaf. HEX triplet: BC, C5 and AE. RGB value is (188,197,174). Sum of RGB (Red+Green+Blue) = 188+197+174=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5AE is #433A51. Grayscale: #BFBFBF. Windows color (decimal): -4405842 or 11453884. OLE color: 11453884.

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

Color convert

RGB188197174-
CMYK0.0500.120.23
HSL83.48º16.55%72.75%-
HSV(B)83.48º11.68%77.25%-
XYZ48.3553.6847.86-
YUV191.69118.02125.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=33.63%
G=35.24%
B=31.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971740.0500.120.2383.4816.5572.75
HexBCC5AE50C17531149
Octal27430525650142712321111
Binary10111100110001011010111010101100101111010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5AE; }

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

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

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

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

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

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

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

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