#BECAB0

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

Shades of Pale Leaf #BECAB0

Tints of Pale Leaf #BECAB0

Color information

#BECAB0 (or 0xBECAB0) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and B0. RGB value is (190,202,176). Sum of RGB (Red+Green+Blue) = 190+202+176=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAB0 is #41354F. Grayscale: #C3C3C3. Windows color (decimal): -4273488 or 11586238. OLE color: 11586238.

HSL color Cylindrical-coordinate representation of color #BECAB0: hue angle of 87.69º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECAB0 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB190202176-
CMYK0.0600.130.21
HSL87.69º19.7%74.12%-
HSV(B)87.69º12.87%79.22%-
XYZ50.1956.3249.3-
YUV195.45117.02124.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=33.45%
G=35.56%
B=30.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021760.0600.130.2187.6919.774.12
HexBECAB060D1558144a
Octal27631226060152513024112
Binary10111110110010101011000011001101101011011000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAB0; }

 p { color: rgb(190,202,176); }

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

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

 a { background-color: rgb(190,202,176); }

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

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

 span { border-color: rgb(190,202,176); }

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