#B6BEA8

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

Shades of Pale Leaf #B6BEA8

Tints of Pale Leaf #B6BEA8

Color information

#B6BEA8 (or 0xB6BEA8) is unknown color: approx Pale Leaf. HEX triplet: B6, BE and A8. RGB value is (182,190,168). Sum of RGB (Red+Green+Blue) = 182+190+168=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BEA8 is #494157. Grayscale: #B9B9B9. Windows color (decimal): -4800856 or 11058870. OLE color: 11058870.

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

Color convert

RGB182190168-
CMYK0.0400.120.25
HSL81.82º14.47%70.2%-
HSV(B)81.82º11.58%74.51%-
XYZ44.7749.644.26-
YUV185.1118.35125.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 190 (74.61% from 255) = 35.19%
BLUE value IS 168 (66.02% from 255) = 31.11%
R=33.70%
G=35.19%
B=31.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901680.0400.120.2581.8214.4770.2
HexB6BEA840C1952e46
Octal26627625040143112216106
Binary1011011010111110101010001000110011001101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEA8; }

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

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

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

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

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

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

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

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