#B9C6A9

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

Shades of Pale Leaf #B9C6A9

Tints of Pale Leaf #B9C6A9

Color information

#B9C6A9 (or 0xB9C6A9) is unknown color: approx Pale Leaf. HEX triplet: B9, C6 and A9. RGB value is (185,198,169). Sum of RGB (Red+Green+Blue) = 185+198+169=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C6A9 is #463956. Grayscale: #BEBEBE. Windows color (decimal): -4602199 or 11126457. OLE color: 11126457.

HSL color Cylindrical-coordinate representation of color #B9C6A9: hue angle of 86.9º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9C6A9 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB185198169-
CMYK0.0700.150.22
HSL86.9º20.28%71.96%-
HSV(B)86.9º14.65%77.65%-
XYZ47.3653.5745.38-
YUV190.81115.69123.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 169 (66.41% from 255) = 30.62%
R=33.51%
G=35.87%
B=30.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981690.0700.150.2286.920.2871.96
HexB9C6A970F16571448
Octal27130625170172612724110
Binary10111001110001101010100111101111101101010111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6A9; }

 p { color: rgb(185,198,169); }

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

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

 a { background-color: rgb(185,198,169); }

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

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

 span { border-color: rgb(185,198,169); }

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