#B6BEA5

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

Shades of Pale Leaf #B6BEA5

Tints of Pale Leaf #B6BEA5

Color information

#B6BEA5 (or 0xB6BEA5) is unknown color: approx Pale Leaf. HEX triplet: B6, BE and A5. RGB value is (182,190,165). Sum of RGB (Red+Green+Blue) = 182+190+165=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BEA5 is #49415A. Grayscale: #B8B8B8. Windows color (decimal): -4800859 or 10862262. OLE color: 10862262.

HSL color Cylindrical-coordinate representation of color #B6BEA5: hue angle of 79.2º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6BEA5 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB182190165-
CMYK0.0400.130.25
HSL79.2º16.13%69.61%-
HSV(B)79.2º13.16%74.51%-
XYZ44.549.4942.8-
YUV184.76116.85126.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=33.89%
G=35.38%
B=30.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901650.0400.130.2579.216.1369.61
HexB6BEA540D194f1046
Octal26627624540153111720106
Binary10110110101111101010010110001101110011001111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEA5; }

 p { color: rgb(182,190,165); }

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

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

 a { background-color: rgb(182,190,165); }

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

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

 span { border-color: rgb(182,190,165); }

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