#BDC4AC

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

Shades of Pale Leaf #BDC4AC

Tints of Pale Leaf #BDC4AC

Color information

#BDC4AC (or 0xBDC4AC) is unknown color: approx Pale Leaf. HEX triplet: BD, C4 and AC. RGB value is (189,196,172). Sum of RGB (Red+Green+Blue) = 189+196+172=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AC is #423B53. Grayscale: #BFBFBF. Windows color (decimal): -4340564 or 11322557. OLE color: 11322557.

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

Color convert

RGB189196172-
CMYK0.0400.120.23
HSL77.5º16.9%72.16%-
HSV(B)77.5º12.24%76.86%-
XYZ48.1753.2846.77-
YUV191.17117.18126.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=33.93%
G=35.19%
B=30.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961720.0400.120.2377.516.972.16
HexBDC4AC40C174e1148
Octal27530425440142711621110
Binary10111101110001001010110010001100101111001110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4AC; }

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

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

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

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

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

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

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

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