#BDC4AA

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

Shades of Pale Leaf #BDC4AA

Tints of Pale Leaf #BDC4AA

Color information

#BDC4AA (or 0xBDC4AA) is unknown color: approx Pale Leaf. HEX triplet: BD, C4 and AA. RGB value is (189,196,170). Sum of RGB (Red+Green+Blue) = 189+196+170=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AA is #423B55. Grayscale: #BFBFBF. Windows color (decimal): -4340566 or 11191485. OLE color: 11191485.

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

Color convert

RGB189196170-
CMYK0.0400.130.23
HSL76.15º18.06%71.76%-
HSV(B)76.15º13.27%76.86%-
XYZ47.9853.245.77-
YUV190.94116.18126.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=34.05%
G=35.32%
B=30.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961700.0400.130.2376.1518.0671.76
HexBDC4AA40D174c1248
Octal27530425240152711422110
Binary10111101110001001010101010001101101111001100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4AA; }

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

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

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

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

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

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

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

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