#BECDA7

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

Shades of Pale Leaf #BECDA7

Tints of Pale Leaf #BECDA7

Color information

#BECDA7 (or 0xBECDA7) is unknown color: approx Pale Leaf. HEX triplet: BE, CD and A7. RGB value is (190,205,167). Sum of RGB (Red+Green+Blue) = 190+205+167=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDA7 is #413258. Grayscale: #C4C4C4. Windows color (decimal): -4272729 or 10997182. OLE color: 10997182.

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

Color convert

RGB190205167-
CMYK0.0700.190.20
HSL83.68º27.54%72.94%-
HSV(B)83.68º18.54%80.39%-
XYZ50.0457.445-
YUV196.18111.53123.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 167 (65.62% from 255) = 29.72%
R=33.81%
G=36.48%
B=29.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902051670.0700.190.2083.6827.5472.94
HexBECDA7701314541c49
Octal27631524770232412434111
Binary101111101100110110100111111010011101001010100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDA7; }

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

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

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

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

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

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

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

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