#BDC4AB

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

Shades of Pale Leaf #BDC4AB

Tints of Pale Leaf #BDC4AB

Color information

#BDC4AB (or 0xBDC4AB) is unknown color: approx Pale Leaf. HEX triplet: BD, C4 and AB. RGB value is (189,196,171). Sum of RGB (Red+Green+Blue) = 189+196+171=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4AB is #423B54. Grayscale: #BFBFBF. Windows color (decimal): -4340565 or 11257021. OLE color: 11257021.

HSL color Cylindrical-coordinate representation of color #BDC4AB: hue angle of 76.8º degrees, saturation: 0.17, 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 #BDC4AB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB189196171-
CMYK0.0400.130.23
HSL76.8º17.48%71.96%-
HSV(B)76.8º12.76%76.86%-
XYZ48.0853.2446.27-
YUV191.06116.68126.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=33.99%
G=35.25%
B=30.76%

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
Decimal1891961710.0400.130.2376.817.4871.96
HexBDC4AB40D174d1148
Octal27530425340152711521110
Binary10111101110001001010101110001101101111001101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4AB; }

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

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

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

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

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

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

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

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