#B9C5AA

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

Shades of Pale Leaf #B9C5AA

Tints of Pale Leaf #B9C5AA

Color information

#B9C5AA (or 0xB9C5AA) is unknown color: approx Pale Leaf. HEX triplet: B9, C5 and AA. RGB value is (185,197,170). Sum of RGB (Red+Green+Blue) = 185+197+170=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C5AA is #463A55. Grayscale: #BEBEBE. Windows color (decimal): -4602454 or 11191737. OLE color: 11191737.

HSL color Cylindrical-coordinate representation of color #B9C5AA: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9C5AA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB185197170-
CMYK0.0600.140.23
HSL86.67º18.88%71.96%-
HSV(B)86.67º13.71%77.25%-
XYZ47.2353.1545.8-
YUV190.33116.52124.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=33.51%
G=35.69%
B=30.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851971700.0600.140.2386.6718.8871.96
HexB9C5AA60E17571348
Octal27130525260162712723110
Binary10111001110001011010101011001110101111010111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5AA; }

 p { color: rgb(185,197,170); }

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

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

 a { background-color: rgb(185,197,170); }

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

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

 span { border-color: rgb(185,197,170); }

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