#BDC7A0

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

Shades of Pale Leaf #BDC7A0

Tints of Pale Leaf #BDC7A0

Color information

#BDC7A0 (or 0xBDC7A0) is unknown color: approx Pale Leaf. HEX triplet: BD, C7 and A0. RGB value is (189,199,160). Sum of RGB (Red+Green+Blue) = 189+199+160=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC7A0 is #42385F. Grayscale: #BFBFBF. Windows color (decimal): -4339808 or 10536893. OLE color: 10536893.

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

Color convert

RGB189199160-
CMYK0.0500.200.22
HSL75.38º25.83%70.39%-
HSV(B)75.38º19.6%78.04%-
XYZ47.7554.241.2-
YUV191.56110.19126.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 199 (78.12% from 255) = 36.31%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=34.49%
G=36.31%
B=29.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991600.0500.200.2275.3825.8370.39
HexBDC7A05014164b1a46
Octal27530724050242611332106
Binary101111011100011110100000101010100101101001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7A0; }

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

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

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

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

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

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

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

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