#BDCAA5

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

Shades of Pale Leaf #BDCAA5

Tints of Pale Leaf #BDCAA5

Color information

#BDCAA5 (or 0xBDCAA5) is unknown color: approx Pale Leaf. HEX triplet: BD, CA and A5. RGB value is (189,202,165). Sum of RGB (Red+Green+Blue) = 189+202+165=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAA5 is #42355A. Grayscale: #C2C2C2. Windows color (decimal): -4339035 or 10865341. OLE color: 10865341.

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

Color convert

RGB189202165-
CMYK0.0600.180.21
HSL81.08º25.87%71.96%-
HSV(B)81.08º18.32%79.22%-
XYZ48.955.7843.79-
YUV193.9111.69124.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=33.99%
G=36.33%
B=29.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021650.0600.180.2181.0825.8771.96
HexBDCAA5601215511a48
Octal27531224560222512132110
Binary101111011100101010100101110010010101011010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAA5; }

 p { color: rgb(189,202,165); }

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

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

 a { background-color: rgb(189,202,165); }

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

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

 span { border-color: rgb(189,202,165); }

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