#BECCAA

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

Shades of Pale Leaf #BECCAA

Tints of Pale Leaf #BECCAA

Color information

#BECCAA (or 0xBECCAA) is unknown color: approx Pale Leaf. HEX triplet: BE, CC and AA. RGB value is (190,204,170). Sum of RGB (Red+Green+Blue) = 190+204+170=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCAA is #413355. Grayscale: #C4C4C4. Windows color (decimal): -4272982 or 11193534. OLE color: 11193534.

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

Color convert

RGB190204170-
CMYK0.0700.170.2
HSL84.71º25%73.33%-
HSV(B)84.71º16.67%80%-
XYZ50.0857.0446.4-
YUV195.94113.36123.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=33.69%
G=36.17%
B=30.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041700.0700.170.284.712573.33
HexBECCAA701114551949
Octal27631425270212412531111
Binary101111101100110010101010111010001101001010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCAA; }

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

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

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

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

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

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

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

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