#BCC6AE

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

Shades of Pale Leaf #BCC6AE

Tints of Pale Leaf #BCC6AE

Color information

#BCC6AE (or 0xBCC6AE) is unknown color: approx Pale Leaf. HEX triplet: BC, C6 and AE. RGB value is (188,198,174). Sum of RGB (Red+Green+Blue) = 188+198+174=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6AE is #433951. Grayscale: #C0C0C0. Windows color (decimal): -4405586 or 11454140. OLE color: 11454140.

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

Color convert

RGB188198174-
CMYK0.0500.120.22
HSL85º17.39%72.94%-
HSV(B)85º12.12%77.65%-
XYZ48.5754.1447.93-
YUV192.27117.69124.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=33.57%
G=35.36%
B=31.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981740.0500.120.228517.3972.94
HexBCC6AE50C16551149
Octal27430625650142612521111
Binary10111100110001101010111010101100101101010101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6AE; }

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

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

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

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

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

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

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

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