#BECAAB

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

Shades of Pale Leaf #BECAAB

Tints of Pale Leaf #BECAAB

Color information

#BECAAB (or 0xBECAAB) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and AB. RGB value is (190,202,171). Sum of RGB (Red+Green+Blue) = 190+202+171=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAAB is #413554. Grayscale: #C2C2C2. Windows color (decimal): -4273493 or 11258558. OLE color: 11258558.

HSL color Cylindrical-coordinate representation of color #BECAAB: hue angle of 83.23º degrees, saturation: 0.23, 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 #BECAAB is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB190202171-
CMYK0.0600.150.21
HSL83.23º22.63%73.14%-
HSV(B)83.23º15.35%79.22%-
XYZ49.7156.1346.74-
YUV194.88114.52124.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=33.75%
G=35.88%
B=30.37%

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
Decimal1902021710.0600.150.2183.2322.6373.14
HexBECAAB60F15531749
Octal27631225360172512327111
Binary10111110110010101010101111001111101011010011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAAB; }

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

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

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

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

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

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

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

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