#BECCA3

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

Shades of Pale Leaf #BECCA3

Tints of Pale Leaf #BECCA3

Color information

#BECCA3 (or 0xBECCA3) is unknown color: approx Pale Leaf. HEX triplet: BE, CC and A3. RGB value is (190,204,163). Sum of RGB (Red+Green+Blue) = 190+204+163=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCA3 is #41335C. Grayscale: #C3C3C3. Windows color (decimal): -4272989 or 10734782. OLE color: 10734782.

HSL color Cylindrical-coordinate representation of color #BECCA3: hue angle of 80.49º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECCA3 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB190204163-
CMYK0.0700.200.2
HSL80.49º28.67%71.96%-
HSV(B)80.49º20.1%80%-
XYZ49.4456.7843-
YUV195.14109.86124.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 163 (64.06% from 255) = 29.26%
R=34.11%
G=36.62%
B=29.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041630.0700.200.280.4928.6771.96
HexBECCA3701414501d48
Octal27631424370242412035110
Binary101111101100110010100011111010100101001010000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCA3; }

 p { color: rgb(190,204,163); }

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

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

 a { background-color: rgb(190,204,163); }

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

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

 span { border-color: rgb(190,204,163); }

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