#BEC8AE

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

Shades of Pale Leaf #BEC8AE

Tints of Pale Leaf #BEC8AE

Color information

#BEC8AE (or 0xBEC8AE) is unknown color: approx Pale Leaf. HEX triplet: BE, C8 and AE. RGB value is (190,200,174). Sum of RGB (Red+Green+Blue) = 190+200+174=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8AE is #413751. Grayscale: #C2C2C2. Windows color (decimal): -4274002 or 11454654. OLE color: 11454654.

HSL color Cylindrical-coordinate representation of color #BEC8AE: hue angle of 83.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC8AE is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB190200174-
CMYK0.0500.130.22
HSL83.08º19.12%73.33%-
HSV(B)83.08º13%78.43%-
XYZ49.5355.3148.11-
YUV194.05116.69125.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=33.69%
G=35.46%
B=30.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001740.0500.130.2283.0819.1273.33
HexBEC8AE50D16531349
Octal27631025650152612323111
Binary10111110110010001010111010101101101101010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8AE; }

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

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

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

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

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

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

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

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