#BDC6AA

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

Shades of Pale Leaf #BDC6AA

Tints of Pale Leaf #BDC6AA

Color information

#BDC6AA (or 0xBDC6AA) is unknown color: approx Pale Leaf. HEX triplet: BD, C6 and AA. RGB value is (189,198,170). Sum of RGB (Red+Green+Blue) = 189+198+170=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6AA is #423955. Grayscale: #C0C0C0. Windows color (decimal): -4340054 or 11191997. OLE color: 11191997.

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

Color convert

RGB189198170-
CMYK0.0500.140.22
HSL79.29º19.72%72.16%-
HSV(B)79.29º14.14%77.65%-
XYZ48.4454.1145.92-
YUV192.12115.52125.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=33.93%
G=35.55%
B=30.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981700.0500.140.2279.2919.7272.16
HexBDC6AA50E164f1448
Octal27530625250162611724110
Binary10111101110001101010101010101110101101001111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6AA; }

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

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

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

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

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

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

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

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