#BDC9A7

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

Shades of Pale Leaf #BDC9A7

Tints of Pale Leaf #BDC9A7

Color information

#BDC9A7 (or 0xBDC9A7) is unknown color: approx Pale Leaf. HEX triplet: BD, C9 and A7. RGB value is (189,201,167). Sum of RGB (Red+Green+Blue) = 189+201+167=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9A7 is #423658. Grayscale: #C1C1C1. Windows color (decimal): -4339289 or 10996157. OLE color: 10996157.

HSL color Cylindrical-coordinate representation of color #BDC9A7: hue angle of 81.18º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC9A7 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB189201167-
CMYK0.0600.170.21
HSL81.18º23.94%72.16%-
HSV(B)81.18º16.92%78.82%-
XYZ48.8555.3844.67-
YUV193.54113.02124.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 167 (65.62% from 255) = 29.98%
R=33.93%
G=36.09%
B=29.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011670.0600.170.2181.1823.9472.16
HexBDC9A7601115511848
Octal27531124760212512130110
Binary101111011100100110100111110010001101011010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9A7; }

 p { color: rgb(189,201,167); }

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

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

 a { background-color: rgb(189,201,167); }

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

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

 span { border-color: rgb(189,201,167); }

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