#BEC9AE

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

Shades of Pale Leaf #BEC9AE

Tints of Pale Leaf #BEC9AE

Color information

#BEC9AE (or 0xBEC9AE) is unknown color: approx Pale Leaf. HEX triplet: BE, C9 and AE. RGB value is (190,201,174). Sum of RGB (Red+Green+Blue) = 190+201+174=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9AE is #413651. Grayscale: #C2C2C2. Windows color (decimal): -4273746 or 11454910. OLE color: 11454910.

HSL color Cylindrical-coordinate representation of color #BEC9AE: hue angle of 84.44º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC9AE is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB190201174-
CMYK0.0500.130.21
HSL84.44º20%73.53%-
HSV(B)84.44º13.43%78.82%-
XYZ49.7655.7848.19-
YUV194.63116.36124.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=33.63%
G=35.58%
B=30.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011740.0500.130.2184.442073.53
HexBEC9AE50D1554144a
Octal27631125650152512424112
Binary10111110110010011010111010101101101011010100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9AE; }

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

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

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

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

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

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

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

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