#BECBA2

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

Shades of Pale Leaf #BECBA2

Tints of Pale Leaf #BECBA2

Color information

#BECBA2 (or 0xBECBA2) is unknown color: approx Pale Leaf. HEX triplet: BE, CB and A2. RGB value is (190,203,162). Sum of RGB (Red+Green+Blue) = 190+203+162=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA2 is #41345D. Grayscale: #C2C2C2. Windows color (decimal): -4273246 or 10668990. OLE color: 10668990.

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

Color convert

RGB190203162-
CMYK0.0600.200.20
HSL79.02º28.28%71.57%-
HSV(B)79.02º20.2%79.61%-
XYZ49.1156.2742.45-
YUV194.44109.69124.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 162 (63.67% from 255) = 29.19%
R=34.23%
G=36.58%
B=29.19%

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
Decimal1902031620.0600.200.2079.0228.2871.57
HexBECBA26014144f1c48
Octal27631324260242411734110
Binary101111101100101110100010110010100101001001111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBA2; }

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

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

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

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

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

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

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

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