#BDC3AD

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

Shades of Pale Leaf #BDC3AD

Tints of Pale Leaf #BDC3AD

Color information

#BDC3AD (or 0xBDC3AD) is unknown color: approx Pale Leaf. HEX triplet: BD, C3 and AD. RGB value is (189,195,173). Sum of RGB (Red+Green+Blue) = 189+195+173=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3AD is #423C52. Grayscale: #BEBEBE. Windows color (decimal): -4340819 or 11387837. OLE color: 11387837.

HSL color Cylindrical-coordinate representation of color #BDC3AD: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC3AD is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB189195173-
CMYK0.0300.110.24
HSL76.36º15.49%72.16%-
HSV(B)76.36º11.28%76.47%-
XYZ48.0452.8747.21-
YUV190.7118.01126.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=33.93%
G=35.01%
B=31.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951730.0300.110.2476.3615.4972.16
HexBDC3AD30B184cf48
Octal27530325530133011417110
Binary101111011100001110101101110101111000100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3AD; }

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

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

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

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

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

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

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

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