#BDC4AD

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

Shades of Pale Leaf #BDC4AD

Tints of Pale Leaf #BDC4AD

Color information

#BDC4AD (or 0xBDC4AD) is unknown color: approx Pale Leaf. HEX triplet: BD, C4 and AD. RGB value is (189,196,173). Sum of RGB (Red+Green+Blue) = 189+196+173=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AD is #423B52. Grayscale: #BFBFBF. Windows color (decimal): -4340563 or 11388093. OLE color: 11388093.

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

Color convert

RGB189196173-
CMYK0.0400.120.23
HSL78.26º16.31%72.35%-
HSV(B)78.26º11.73%76.86%-
XYZ48.2753.3247.28-
YUV191.28117.68126.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=33.87%
G=35.13%
B=31.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961730.0400.120.2378.2616.3172.35
HexBDC4AD40C174e1048
Octal27530425540142711620110
Binary10111101110001001010110110001100101111001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4AD; }

 p { color: rgb(189,196,173); }

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

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

 a { background-color: rgb(189,196,173); }

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

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

 span { border-color: rgb(189,196,173); }

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