#BECAAC

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

Shades of Pale Leaf #BECAAC

Tints of Pale Leaf #BECAAC

Color information

#BECAAC (or 0xBECAAC) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and AC. RGB value is (190,202,172). Sum of RGB (Red+Green+Blue) = 190+202+172=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAAC is #413553. Grayscale: #C3C3C3. Windows color (decimal): -4273492 or 11324094. OLE color: 11324094.

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

Color convert

RGB190202172-
CMYK0.0600.150.21
HSL84º22.06%73.33%-
HSV(B)84º14.85%79.22%-
XYZ49.856.1747.25-
YUV194.99115.02124.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=33.69%
G=35.82%
B=30.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021720.0600.150.218422.0673.33
HexBECAAC60F15541649
Octal27631225460172512426111
Binary10111110110010101010110011001111101011010100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAAC; }

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

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

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

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

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

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

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

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