#BCC6AD

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

Shades of Pale Leaf #BCC6AD

Tints of Pale Leaf #BCC6AD

Color information

#BCC6AD (or 0xBCC6AD) is unknown color: approx Pale Leaf. HEX triplet: BC, C6 and AD. RGB value is (188,198,173). Sum of RGB (Red+Green+Blue) = 188+198+173=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AD is #433952. Grayscale: #C0C0C0. Windows color (decimal): -4405587 or 11388604. OLE color: 11388604.

HSL color Cylindrical-coordinate representation of color #BCC6AD: hue angle of 84º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCC6AD is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB188198173-
CMYK0.0500.130.22
HSL84º17.99%72.75%-
HSV(B)84º12.63%77.65%-
XYZ48.4854.147.42-
YUV192.16117.19125.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=33.63%
G=35.42%
B=30.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981730.0500.130.228417.9972.75
HexBCC6AD50D16541249
Octal27430625550152612422111
Binary10111100110001101010110110101101101101010100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6AD; }

 p { color: rgb(188,198,173); }

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

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

 a { background-color: rgb(188,198,173); }

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

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

 span { border-color: rgb(188,198,173); }

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