#BECDA3

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

Shades of Pale Leaf #BECDA3

Tints of Pale Leaf #BECDA3

Color information

#BECDA3 (or 0xBECDA3) is unknown color: approx Pale Leaf. HEX triplet: BE, CD and A3. RGB value is (190,205,163). Sum of RGB (Red+Green+Blue) = 190+205+163=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA3 is #41325C. Grayscale: #C3C3C3. Windows color (decimal): -4272733 or 10735038. OLE color: 10735038.

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

Color convert

RGB190205163-
CMYK0.0700.200.20
HSL81.43º29.58%72.16%-
HSV(B)81.43º20.49%80.39%-
XYZ49.6857.2543.08-
YUV195.73109.53123.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 163 (64.06% from 255) = 29.21%
R=34.05%
G=36.74%
B=29.21%

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
Decimal1902051630.0700.200.2081.4329.5872.16
HexBECDA3701414511e48
Octal27631524370242412136110
Binary101111101100110110100011111010100101001010001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDA3; }

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

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

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

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

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

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

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

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