#BEC8A7

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

Shades of Pale Leaf #BEC8A7

Tints of Pale Leaf #BEC8A7

Color information

#BEC8A7 (or 0xBEC8A7) is unknown color: approx Pale Leaf. HEX triplet: BE, C8 and A7. RGB value is (190,200,167). Sum of RGB (Red+Green+Blue) = 190+200+167=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8A7 is #413758. Grayscale: #C1C1C1. Windows color (decimal): -4274009 or 10995902. OLE color: 10995902.

HSL color Cylindrical-coordinate representation of color #BEC8A7: hue angle of 78.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC8A7 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB190200167-
CMYK0.0500.160.22
HSL78.18º23.08%71.96%-
HSV(B)78.18º16.5%78.43%-
XYZ48.8655.0544.61-
YUV193.25113.19125.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 167 (65.62% from 255) = 29.98%
R=34.11%
G=35.91%
B=29.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001670.0500.160.2278.1823.0871.96
HexBEC8A75010164e1748
Octal27631024750202611627110
Binary101111101100100010100111101010000101101001110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8A7; }

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

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

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

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

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

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

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

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