#BEC3B1

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

Shades of Pale Leaf #BEC3B1

Tints of Pale Leaf #BEC3B1

Color information

#BEC3B1 (or 0xBEC3B1) is unknown color: approx Pale Leaf. HEX triplet: BE, C3 and B1. RGB value is (190,195,177). Sum of RGB (Red+Green+Blue) = 190+195+177=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC3B1 is #413C4E. Grayscale: #BFBFBF. Windows color (decimal): -4275279 or 11649982. OLE color: 11649982.

HSL color Cylindrical-coordinate representation of color #BEC3B1: hue angle of 76.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC3B1 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB190195177-
CMYK0.0300.090.24
HSL76.67º13.04%72.94%-
HSV(B)76.67º9.23%76.47%-
XYZ48.6953.1549.29-
YUV191.45119.84126.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 177 (69.53% from 255) = 31.49%
R=33.81%
G=34.70%
B=31.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951770.0300.090.2476.6713.0472.94
HexBEC3B1309184dd49
Octal27630326130113011515111
Binary101111101100001110110001110100111000100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3B1; }

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

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

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

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

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

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

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

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