#BEC4B1

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

Shades of Pale Leaf #BEC4B1

Tints of Pale Leaf #BEC4B1

Color information

#BEC4B1 (or 0xBEC4B1) is unknown color: approx Pale Leaf. HEX triplet: BE, C4 and B1. RGB value is (190,196,177). Sum of RGB (Red+Green+Blue) = 190+196+177=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4B1 is #413B4E. Grayscale: #C0C0C0. Windows color (decimal): -4275023 or 11650238. OLE color: 11650238.

HSL color Cylindrical-coordinate representation of color #BEC4B1: hue angle of 78.95º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC4B1 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB190196177-
CMYK0.0300.100.23
HSL78.95º13.87%73.14%-
HSV(B)78.95º9.69%76.86%-
XYZ48.9153.649.36-
YUV192.04119.51126.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=33.75%
G=34.81%
B=31.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961770.0300.100.2378.9513.8773.14
HexBEC4B130A174fe49
Octal27630426130122711716111
Binary101111101100010010110001110101010111100111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC4B1; }

 p { color: rgb(190,196,177); }

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

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

 a { background-color: rgb(190,196,177); }

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

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

 span { border-color: rgb(190,196,177); }

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