#BDC5AE

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

Shades of Pale Leaf #BDC5AE

Tints of Pale Leaf #BDC5AE

Color information

#BDC5AE (or 0xBDC5AE) is unknown color: approx Pale Leaf. HEX triplet: BD, C5 and AE. RGB value is (189,197,174). Sum of RGB (Red+Green+Blue) = 189+197+174=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5AE is #423A51. Grayscale: #C0C0C0. Windows color (decimal): -4340306 or 11453885. OLE color: 11453885.

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

Color convert

RGB189197174-
CMYK0.0400.120.23
HSL80.87º16.55%72.75%-
HSV(B)80.87º11.68%77.25%-
XYZ48.5953.8147.87-
YUV191.99117.85125.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=33.75%
G=35.18%
B=31.07%

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
Decimal1891971740.0400.120.2380.8716.5572.75
HexBDC5AE40C17511149
Octal27530525640142712121111
Binary10111101110001011010111010001100101111010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5AE; }

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

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

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

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

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

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

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

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