#BECAAA

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

Shades of Pale Leaf #BECAAA

Tints of Pale Leaf #BECAAA

Color information

#BECAAA (or 0xBECAAA) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and AA. RGB value is (190,202,170). Sum of RGB (Red+Green+Blue) = 190+202+170=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAAA is #413555. Grayscale: #C2C2C2. Windows color (decimal): -4273494 or 11193022. OLE color: 11193022.

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

Color convert

RGB190202170-
CMYK0.0600.160.21
HSL82.5º23.19%72.94%-
HSV(B)82.5º15.84%79.22%-
XYZ49.6156.0946.24-
YUV194.76114.02124.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=33.81%
G=35.94%
B=30.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021700.0600.160.2182.523.1972.94
HexBECAAA601015521749
Octal27631225260202512227111
Binary101111101100101010101010110010000101011010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAAA; }

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

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

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

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

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

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

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

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