#BECEA6

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

Shades of Pale Leaf #BECEA6

Tints of Pale Leaf #BECEA6

Color information

#BECEA6 (or 0xBECEA6) is unknown color: approx Pale Leaf. HEX triplet: BE, CE and A6. RGB value is (190,206,166). Sum of RGB (Red+Green+Blue) = 190+206+166=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA6 is #413159. Grayscale: #C4C4C4. Windows color (decimal): -4272474 or 10931902. OLE color: 10931902.

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

Color convert

RGB190206166-
CMYK0.0800.190.19
HSL84º28.99%72.94%-
HSV(B)84º19.42%80.78%-
XYZ50.1957.8444.6-
YUV196.66110.7123.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=33.81%
G=36.65%
B=29.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061660.0800.190.198428.9972.94
HexBECEA6801313541d49
Octal276316246100232312435111
Binary1011111011001110101001101000010011100111010100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEA6; }

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

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

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

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

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

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

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

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