#BDC8A9

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

Shades of Pale Leaf #BDC8A9

Tints of Pale Leaf #BDC8A9

Color information

#BDC8A9 (or 0xBDC8A9) is unknown color: approx Pale Leaf. HEX triplet: BD, C8 and A9. RGB value is (189,200,169). Sum of RGB (Red+Green+Blue) = 189+200+169=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8A9 is #423756. Grayscale: #C1C1C1. Windows color (decimal): -4339543 or 11126973. OLE color: 11126973.

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

Color convert

RGB189200169-
CMYK0.0600.160.22
HSL81.29º21.99%72.35%-
HSV(B)81.29º15.5%78.43%-
XYZ48.854.9945.58-
YUV193.18114.36125.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 169 (66.41% from 255) = 30.29%
R=33.87%
G=35.84%
B=30.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001690.0600.160.2281.2921.9972.35
HexBDC8A9601016511648
Octal27531025160202612126110
Binary101111011100100010101001110010000101101010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8A9; }

 p { color: rgb(189,200,169); }

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

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

 a { background-color: rgb(189,200,169); }

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

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

 span { border-color: rgb(189,200,169); }

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