#B6BCA9

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

Shades of Pale Leaf #B6BCA9

Tints of Pale Leaf #B6BCA9

Color information

#B6BCA9 (or 0xB6BCA9) is unknown color: approx Pale Leaf. HEX triplet: B6, BC and A9. RGB value is (182,188,169). Sum of RGB (Red+Green+Blue) = 182+188+169=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BCA9 is #494356. Grayscale: #B8B8B8. Windows color (decimal): -4801367 or 11123894. OLE color: 11123894.

HSL color Cylindrical-coordinate representation of color #B6BCA9: hue angle of 78.95º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6BCA9 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB182188169-
CMYK0.0300.100.26
HSL78.95º12.42%70%-
HSV(B)78.95º10.11%73.73%-
XYZ44.4448.7844.61-
YUV184.04119.51126.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=33.77%
G=34.88%
B=31.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821881690.0300.100.2678.9512.4270
HexB6BCA930A1A4fc46
Octal26627425130123211714106
Binary101101101011110010101001110101011010100111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCA9; }

 p { color: rgb(182,188,169); }

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

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

 a { background-color: rgb(182,188,169); }

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

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

 span { border-color: rgb(182,188,169); }

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