#BECBA3

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

Shades of Pale Leaf #BECBA3

Tints of Pale Leaf #BECBA3

Color information

#BECBA3 (or 0xBECBA3) is unknown color: approx Pale Leaf. HEX triplet: BE, CB and A3. RGB value is (190,203,163). Sum of RGB (Red+Green+Blue) = 190+203+163=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA3 is #41345C. Grayscale: #C2C2C2. Windows color (decimal): -4273245 or 10734526. OLE color: 10734526.

HSL color Cylindrical-coordinate representation of color #BECBA3: hue angle of 79.5º degrees, saturation: 0.28, 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 #BECBA3 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB190203163-
CMYK0.0600.200.20
HSL79.5º27.78%71.76%-
HSV(B)79.5º19.7%79.61%-
XYZ49.256.342.92-
YUV194.55110.19124.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 163 (64.06% from 255) = 29.32%
R=34.17%
G=36.51%
B=29.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031630.0600.200.2079.527.7871.76
HexBECBA3601414501c48
Octal27631324360242412034110
Binary101111101100101110100011110010100101001010000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBA3; }

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

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

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

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

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

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

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

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