#BCC5AD

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

Shades of Pale Leaf #BCC5AD

Tints of Pale Leaf #BCC5AD

Color information

#BCC5AD (or 0xBCC5AD) is unknown color: approx Pale Leaf. HEX triplet: BC, C5 and AD. RGB value is (188,197,173). Sum of RGB (Red+Green+Blue) = 188+197+173=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5AD is #433A52. Grayscale: #BFBFBF. Windows color (decimal): -4405843 or 11388348. OLE color: 11388348.

HSL color Cylindrical-coordinate representation of color #BCC5AD: hue angle of 82.5º 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 #BCC5AD is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB188197173-
CMYK0.0500.120.23
HSL82.5º17.14%72.55%-
HSV(B)82.5º12.18%77.25%-
XYZ48.2553.6447.35-
YUV191.57117.52125.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=33.69%
G=35.30%
B=31.00%

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
Decimal1881971730.0500.120.2382.517.1472.55
HexBCC5AD50C17521149
Octal27430525550142712221111
Binary10111100110001011010110110101100101111010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5AD; }

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

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

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

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

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

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

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

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