#BECEA5

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

Shades of Pale Leaf #BECEA5

Tints of Pale Leaf #BECEA5

Color information

#BECEA5 (or 0xBECEA5) is unknown color: approx Pale Leaf. HEX triplet: BE, CE and A5. RGB value is (190,206,165). Sum of RGB (Red+Green+Blue) = 190+206+165=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA5 is #41315A. Grayscale: #C4C4C4. Windows color (decimal): -4272475 or 10866366. OLE color: 10866366.

HSL color Cylindrical-coordinate representation of color #BECEA5: hue angle of 83.41º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECEA5 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB190206165-
CMYK0.0800.200.19
HSL83.41º29.5%72.75%-
HSV(B)83.41º19.9%80.78%-
XYZ50.157.8144.11-
YUV196.54110.2123.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 165 (64.84% from 255) = 29.41%
R=33.87%
G=36.72%
B=29.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061650.0800.200.1983.4129.572.75
HexBECEA5801413531d49
Octal276316245100242312335111
Binary1011111011001110101001011000010100100111010011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEA5; }

 p { color: rgb(190,206,165); }

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

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

 a { background-color: rgb(190,206,165); }

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

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

 span { border-color: rgb(190,206,165); }

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