#BECDA9

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

Shades of Pale Leaf #BECDA9

Tints of Pale Leaf #BECDA9

Color information

#BECDA9 (or 0xBECDA9) is unknown color: approx Pale Leaf. HEX triplet: BE, CD and A9. RGB value is (190,205,169). Sum of RGB (Red+Green+Blue) = 190+205+169=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA9 is #413256. Grayscale: #C4C4C4. Windows color (decimal): -4272727 or 11128254. OLE color: 11128254.

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

Color convert

RGB190205169-
CMYK0.0700.180.20
HSL85º26.47%73.33%-
HSV(B)85º17.56%80.39%-
XYZ50.2357.4745.98-
YUV196.41112.53123.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 169 (66.41% from 255) = 29.96%
R=33.69%
G=36.35%
B=29.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051690.0700.180.208526.4773.33
HexBECDA9701214551a49
Octal27631525170222412532111
Binary101111101100110110101001111010010101001010101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDA9; }

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

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

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

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

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

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

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

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