#BDC9AD

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

Shades of Pale Leaf #BDC9AD

Tints of Pale Leaf #BDC9AD

Color information

#BDC9AD (or 0xBDC9AD) is unknown color: approx Pale Leaf. HEX triplet: BD, C9 and AD. RGB value is (189,201,173). Sum of RGB (Red+Green+Blue) = 189+201+173=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9AD is #423652. Grayscale: #C2C2C2. Windows color (decimal): -4339283 or 11389373. OLE color: 11389373.

HSL color Cylindrical-coordinate representation of color #BDC9AD: hue angle of 85.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC9AD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB189201173-
CMYK0.0600.140.21
HSL85.71º20.59%73.33%-
HSV(B)85.71º13.93%78.82%-
XYZ49.4255.6147.66-
YUV194.22116.02124.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=33.57%
G=35.70%
B=30.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011730.0600.140.2185.7120.5973.33
HexBDC9AD60E15561549
Octal27531125560162512625111
Binary10111101110010011010110111001110101011010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9AD; }

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

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

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

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

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

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

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

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