#BECCAB

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

Shades of Pale Leaf #BECCAB

Tints of Pale Leaf #BECCAB

Color information

#BECCAB (or 0xBECCAB) is unknown color: approx Pale Leaf. HEX triplet: BE, CC and AB. RGB value is (190,204,171). Sum of RGB (Red+Green+Blue) = 190+204+171=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCAB is #413354. Grayscale: #C4C4C4. Windows color (decimal): -4272981 or 11259070. OLE color: 11259070.

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

Color convert

RGB190204171-
CMYK0.0700.160.2
HSL85.45º24.44%73.53%-
HSV(B)85.45º16.18%80%-
XYZ50.1857.0746.9-
YUV196.05113.86123.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=33.63%
G=36.11%
B=30.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041710.0700.160.285.4524.4473.53
HexBECCAB70101455184a
Octal27631425370202412530112
Binary101111101100110010101011111010000101001010101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCAB; }

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

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

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

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

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

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

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

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