#BECDA5

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

Shades of Pale Leaf #BECDA5

Tints of Pale Leaf #BECDA5

Color information

#BECDA5 (or 0xBECDA5) is unknown color: approx Pale Leaf. HEX triplet: BE, CD and A5. RGB value is (190,205,165). Sum of RGB (Red+Green+Blue) = 190+205+165=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA5 is #41325A. Grayscale: #C4C4C4. Windows color (decimal): -4272731 or 10866110. OLE color: 10866110.

HSL color Cylindrical-coordinate representation of color #BECDA5: hue angle of 82.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECDA5 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB190205165-
CMYK0.0700.200.20
HSL82.5º28.57%72.55%-
HSV(B)82.5º19.51%80.39%-
XYZ49.8657.3344.03-
YUV195.96110.53123.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=33.93%
G=36.61%
B=29.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051650.0700.200.2082.528.5772.55
HexBECDA5701414521d49
Octal27631524570242412235111
Binary101111101100110110100101111010100101001010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDA5; }

 p { color: rgb(190,205,165); }

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

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

 a { background-color: rgb(190,205,165); }

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

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

 span { border-color: rgb(190,205,165); }

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