#BDC7AC

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

Shades of Pale Leaf #BDC7AC

Tints of Pale Leaf #BDC7AC

Color information

#BDC7AC (or 0xBDC7AC) is unknown color: approx Pale Leaf. HEX triplet: BD, C7 and AC. RGB value is (189,199,172). Sum of RGB (Red+Green+Blue) = 189+199+172=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC7AC is #423853. Grayscale: #C1C1C1. Windows color (decimal): -4339796 or 11323325. OLE color: 11323325.

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

Color convert

RGB189199172-
CMYK0.0500.140.22
HSL82.22º19.42%72.75%-
HSV(B)82.22º13.57%78.04%-
XYZ48.8654.6447-
YUV192.93116.19125.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=33.75%
G=35.54%
B=30.71%

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
Decimal1891991720.0500.140.2282.2219.4272.75
HexBDC7AC50E16521349
Octal27530725450162612223111
Binary10111101110001111010110010101110101101010010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7AC; }

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

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

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

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

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

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

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

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