#B6BEA4

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

Shades of Pale Leaf #B6BEA4

Tints of Pale Leaf #B6BEA4

Color information

#B6BEA4 (or 0xB6BEA4) is unknown color: approx Pale Leaf. HEX triplet: B6, BE and A4. RGB value is (182,190,164). Sum of RGB (Red+Green+Blue) = 182+190+164=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BEA4 is #49415B. Grayscale: #B8B8B8. Windows color (decimal): -4800860 or 10796726. OLE color: 10796726.

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

Color convert

RGB182190164-
CMYK0.0400.140.25
HSL78.46º16.67%69.41%-
HSV(B)78.46º13.68%74.51%-
XYZ44.4149.4542.33-
YUV184.64116.35126.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=33.96%
G=35.45%
B=30.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901640.0400.140.2578.4616.6769.41
HexB6BEA440E194e1145
Octal26627624440163111621105
Binary10110110101111101010010010001110110011001110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEA4; }

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

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

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

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

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

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

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

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