#BECAA8

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

Shades of Pale Leaf #BECAA8

Tints of Pale Leaf #BECAA8

Color information

#BECAA8 (or 0xBECAA8) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and A8. RGB value is (190,202,168). Sum of RGB (Red+Green+Blue) = 190+202+168=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAA8 is #413557. Grayscale: #C2C2C2. Windows color (decimal): -4273496 or 11061950. OLE color: 11061950.

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

Color convert

RGB190202168-
CMYK0.0600.170.21
HSL81.18º24.29%72.55%-
HSV(B)81.18º16.83%79.22%-
XYZ49.4256.0245.25-
YUV194.54113.02124.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 168 (66.02% from 255) = 30%
R=33.93%
G=36.07%
B=30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021680.0600.170.2181.1824.2972.55
HexBECAA8601115511849
Octal27631225060212512130111
Binary101111101100101010101000110010001101011010001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAA8; }

 p { color: rgb(190,202,168); }

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

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

 a { background-color: rgb(190,202,168); }

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

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

 span { border-color: rgb(190,202,168); }

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