#BECBA9

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

Shades of Pale Leaf #BECBA9

Tints of Pale Leaf #BECBA9

Color information

#BECBA9 (or 0xBECBA9) is unknown color: approx Pale Leaf. HEX triplet: BE, CB and A9. RGB value is (190,203,169). Sum of RGB (Red+Green+Blue) = 190+203+169=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA9 is #413456. Grayscale: #C3C3C3. Windows color (decimal): -4273239 or 11127742. OLE color: 11127742.

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

Color convert

RGB190203169-
CMYK0.0600.170.20
HSL82.94º24.64%72.94%-
HSV(B)82.94º16.75%79.61%-
XYZ49.7556.5245.82-
YUV195.24113.19124.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 169 (66.41% from 255) = 30.07%
R=33.81%
G=36.12%
B=30.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031690.0600.170.2082.9424.6472.94
HexBECBA9601114531949
Octal27631325160212412331111
Binary101111101100101110101001110010001101001010011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBA9; }

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

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

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

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

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

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

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

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