#BEC9AB

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

Shades of Pale Leaf #BEC9AB

Tints of Pale Leaf #BEC9AB

Color information

#BEC9AB (or 0xBEC9AB) is unknown color: approx Pale Leaf. HEX triplet: BE, C9 and AB. RGB value is (190,201,171). Sum of RGB (Red+Green+Blue) = 190+201+171=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9AB is #413654. Grayscale: #C2C2C2. Windows color (decimal): -4273749 or 11258302. OLE color: 11258302.

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

Color convert

RGB190201171-
CMYK0.0500.150.21
HSL82º21.74%72.94%-
HSV(B)82º14.93%78.82%-
XYZ49.4755.6646.66-
YUV194.29114.86124.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=33.81%
G=35.77%
B=30.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011710.0500.150.218221.7472.94
HexBEC9AB50F15521649
Octal27631125350172512226111
Binary10111110110010011010101110101111101011010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9AB; }

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

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

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

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

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

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

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

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