#BDC7AE

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

Shades of Pale Leaf #BDC7AE

Tints of Pale Leaf #BDC7AE

Color information

#BDC7AE (or 0xBDC7AE) is unknown color: approx Pale Leaf. HEX triplet: BD, C7 and AE. RGB value is (189,199,174). Sum of RGB (Red+Green+Blue) = 189+199+174=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC7AE is #423851. Grayscale: #C1C1C1. Windows color (decimal): -4339794 or 11454397. OLE color: 11454397.

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

Color convert

RGB189199174-
CMYK0.0500.130.22
HSL84º18.25%73.14%-
HSV(B)84º12.56%78.04%-
XYZ49.0554.7248.02-
YUV193.16117.19125.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 199 (78.12% from 255) = 35.41%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=33.63%
G=35.41%
B=30.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991740.0500.130.228418.2573.14
HexBDC7AE50D16541249
Octal27530725650152612422111
Binary10111101110001111010111010101101101101010100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7AE; }

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

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

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

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

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

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

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

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