#B6BEA6

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

Shades of Pale Leaf #B6BEA6

Tints of Pale Leaf #B6BEA6

Color information

#B6BEA6 (or 0xB6BEA6) is unknown color: approx Pale Leaf. HEX triplet: B6, BE and A6. RGB value is (182,190,166). Sum of RGB (Red+Green+Blue) = 182+190+166=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BEA6 is #494159. Grayscale: #B8B8B8. Windows color (decimal): -4800858 or 10927798. OLE color: 10927798.

HSL color Cylindrical-coordinate representation of color #B6BEA6: hue angle of 80º 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 #B6BEA6 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB182190166-
CMYK0.0400.130.25
HSL80º15.58%69.8%-
HSV(B)80º12.63%74.51%-
XYZ44.5949.5343.29-
YUV184.87117.35125.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 166 (65.23% from 255) = 30.86%
R=33.83%
G=35.32%
B=30.86%

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
Decimal1821901660.0400.130.258015.5869.8
HexB6BEA640D19501046
Octal26627624640153112020106
Binary10110110101111101010011010001101110011010000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEA6; }

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

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

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

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

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

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

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

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