#BECCA7

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

Shades of Pale Leaf #BECCA7

Tints of Pale Leaf #BECCA7

Color information

#BECCA7 (or 0xBECCA7) is unknown color: approx Pale Leaf. HEX triplet: BE, CC and A7. RGB value is (190,204,167). Sum of RGB (Red+Green+Blue) = 190+204+167=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCA7 is #413358. Grayscale: #C3C3C3. Windows color (decimal): -4272985 or 10996926. OLE color: 10996926.

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

Color convert

RGB190204167-
CMYK0.0700.180.2
HSL82.7º26.62%72.75%-
HSV(B)82.7º18.14%80%-
XYZ49.856.9244.92-
YUV195.6111.86124.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 167 (65.62% from 255) = 29.77%
R=33.87%
G=36.36%
B=29.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041670.0700.180.282.726.6272.75
HexBECCA7701214531b49
Octal27631424770222412333111
Binary101111101100110010100111111010010101001010011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCA7; }

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

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

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

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

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

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

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

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