#BECBAA

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

Shades of Pale Leaf #BECBAA

Tints of Pale Leaf #BECBAA

Color information

#BECBAA (or 0xBECBAA) is unknown color: approx Pale Leaf. HEX triplet: BE, CB and AA. RGB value is (190,203,170). Sum of RGB (Red+Green+Blue) = 190+203+170=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBAA is #413455. Grayscale: #C3C3C3. Windows color (decimal): -4273238 or 11193278. OLE color: 11193278.

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

Color convert

RGB190203170-
CMYK0.0600.160.20
HSL83.64º24.09%73.14%-
HSV(B)83.64º16.26%79.61%-
XYZ49.8556.5646.32-
YUV195.35113.69124.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=33.75%
G=36.06%
B=30.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031700.0600.160.2083.6424.0973.14
HexBECBAA601014541849
Octal27631325260202412430111
Binary101111101100101110101010110010000101001010100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBAA; }

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

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

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

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

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

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

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

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