#BECCAC

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

Shades of Pale Leaf #BECCAC

Tints of Pale Leaf #BECCAC

Color information

#BECCAC (or 0xBECCAC) is unknown color: approx Pale Leaf. HEX triplet: BE, CC and AC. RGB value is (190,204,172). Sum of RGB (Red+Green+Blue) = 190+204+172=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCAC is #413353. Grayscale: #C4C4C4. Windows color (decimal): -4272980 or 11324606. OLE color: 11324606.

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

Color convert

RGB190204172-
CMYK0.0700.160.2
HSL86.25º23.88%73.73%-
HSV(B)86.25º15.69%80%-
XYZ50.2757.1147.4-
YUV196.17114.36123.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=33.57%
G=36.04%
B=30.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041720.0700.160.286.2523.8873.73
HexBECCAC70101456184a
Octal27631425470202412630112
Binary101111101100110010101100111010000101001010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCAC; }

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

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

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

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

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

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

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

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