#BECEA1

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

Shades of Pale Leaf #BECEA1

Tints of Pale Leaf #BECEA1

Color information

#BECEA1 (or 0xBECEA1) is unknown color: approx Pale Leaf. HEX triplet: BE, CE and A1. RGB value is (190,206,161). Sum of RGB (Red+Green+Blue) = 190+206+161=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA1 is #41315E. Grayscale: #C4C4C4. Windows color (decimal): -4272479 or 10604222. OLE color: 10604222.

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

Color convert

RGB190206161-
CMYK0.0800.220.19
HSL81.33º31.47%71.96%-
HSV(B)81.33º21.84%80.78%-
XYZ49.7457.6642.23-
YUV196.09108.2123.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 161 (63.28% from 255) = 28.90%
R=34.11%
G=36.98%
B=28.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061610.0800.220.1981.3331.4771.96
HexBECEA1801613511f48
Octal276316241100262312137110
Binary1011111011001110101000011000010110100111010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEA1; }

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

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

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

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

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

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

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

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