#BDCAA4

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

Shades of Pale Leaf #BDCAA4

Tints of Pale Leaf #BDCAA4

Color information

#BDCAA4 (or 0xBDCAA4) is unknown color: approx Pale Leaf. HEX triplet: BD, CA and A4. RGB value is (189,202,164). Sum of RGB (Red+Green+Blue) = 189+202+164=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAA4 is #42355B. Grayscale: #C1C1C1. Windows color (decimal): -4339036 or 10799805. OLE color: 10799805.

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

Color convert

RGB189202164-
CMYK0.0600.190.21
HSL80.53º26.39%71.76%-
HSV(B)80.53º18.81%79.22%-
XYZ48.8155.7443.31-
YUV193.78111.19124.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 164 (64.45% from 255) = 29.55%
R=34.05%
G=36.40%
B=29.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021640.0600.190.2180.5326.3971.76
HexBDCAA4601315511a48
Octal27531224460232512132110
Binary101111011100101010100100110010011101011010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAA4; }

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

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

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

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

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

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

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

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