#BECBAB

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

Shades of Pale Leaf #BECBAB

Tints of Pale Leaf #BECBAB

Color information

#BECBAB (or 0xBECBAB) is unknown color: approx Pale Leaf. HEX triplet: BE, CB and AB. RGB value is (190,203,171). Sum of RGB (Red+Green+Blue) = 190+203+171=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBAB is #413454. Grayscale: #C3C3C3. Windows color (decimal): -4273237 or 11258814. OLE color: 11258814.

HSL color Cylindrical-coordinate representation of color #BECBAB: hue angle of 84.38º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECBAB is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB190203171-
CMYK0.0600.160.20
HSL84.38º23.53%73.33%-
HSV(B)84.38º15.76%79.61%-
XYZ49.9456.646.82-
YUV195.46114.19124.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=33.69%
G=35.99%
B=30.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031710.0600.160.2084.3823.5373.33
HexBECBAB601014541849
Octal27631325360202412430111
Binary101111101100101110101011110010000101001010100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBAB; }

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

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

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

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

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

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

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

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