#BECAAD

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

Shades of Pale Leaf #BECAAD

Tints of Pale Leaf #BECAAD

Color information

#BECAAD (or 0xBECAAD) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and AD. RGB value is (190,202,173). Sum of RGB (Red+Green+Blue) = 190+202+173=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAAD is #413552. Grayscale: #C3C3C3. Windows color (decimal): -4273491 or 11389630. OLE color: 11389630.

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

Color convert

RGB190202173-
CMYK0.0600.140.21
HSL84.83º21.48%73.53%-
HSV(B)84.83º14.36%79.22%-
XYZ49.956.2147.75-
YUV195.11115.52124.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=33.63%
G=35.75%
B=30.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021730.0600.140.2184.8321.4873.53
HexBECAAD60E1555154a
Octal27631225560162512525112
Binary10111110110010101010110111001110101011010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAAD; }

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

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

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

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

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

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

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

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