#BECEA2

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

Shades of Pale Leaf #BECEA2

Tints of Pale Leaf #BECEA2

Color information

#BECEA2 (or 0xBECEA2) is unknown color: approx Pale Leaf. HEX triplet: BE, CE and A2. RGB value is (190,206,162). Sum of RGB (Red+Green+Blue) = 190+206+162=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA2 is #41315D. Grayscale: #C4C4C4. Windows color (decimal): -4272478 or 10669758. OLE color: 10669758.

HSL color Cylindrical-coordinate representation of color #BECEA2: hue angle of 81.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECEA2 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB190206162-
CMYK0.0800.210.19
HSL81.82º30.99%72.16%-
HSV(B)81.82º21.36%80.78%-
XYZ49.8357.742.69-
YUV196.2108.7123.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 162 (63.67% from 255) = 29.03%
R=34.05%
G=36.92%
B=29.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061620.0800.210.1981.8230.9972.16
HexBECEA2801513521f48
Octal276316242100252312237110
Binary1011111011001110101000101000010101100111010010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEA2; }

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

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

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

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

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

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

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

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