#BDC4AE

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

Shades of Pale Leaf #BDC4AE

Tints of Pale Leaf #BDC4AE

Color information

#BDC4AE (or 0xBDC4AE) is unknown color: approx Pale Leaf. HEX triplet: BD, C4 and AE. RGB value is (189,196,174). Sum of RGB (Red+Green+Blue) = 189+196+174=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AE is #423B51. Grayscale: #BFBFBF. Windows color (decimal): -4340562 or 11453629. OLE color: 11453629.

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

Color convert

RGB189196174-
CMYK0.0400.110.23
HSL79.09º15.71%72.55%-
HSV(B)79.09º11.22%76.86%-
XYZ48.3753.3547.79-
YUV191.4118.18126.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=33.81%
G=35.06%
B=31.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961740.0400.110.2379.0915.7172.55
HexBDC4AE40B174f1049
Octal27530425640132711720111
Binary10111101110001001010111010001011101111001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4AE; }

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

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

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

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

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

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

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

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