#B9C2AA

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

Shades of Pale Leaf #B9C2AA

Tints of Pale Leaf #B9C2AA

Color information

#B9C2AA (or 0xB9C2AA) is unknown color: approx Pale Leaf. HEX triplet: B9, C2 and AA. RGB value is (185,194,170). Sum of RGB (Red+Green+Blue) = 185+194+170=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2AA is #463D55. Grayscale: #BCBCBC. Windows color (decimal): -4603222 or 11190969. OLE color: 11190969.

HSL color Cylindrical-coordinate representation of color #B9C2AA: hue angle of 82.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9C2AA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB185194170-
CMYK0.0500.120.24
HSL82.5º16.44%71.37%-
HSV(B)82.5º12.37%76.08%-
XYZ46.5651.845.57-
YUV188.57117.52125.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=33.70%
G=35.34%
B=30.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851941700.0500.120.2482.516.4471.37
HexB9C2AA50C18521047
Octal27130225250143012220107
Binary10111001110000101010101010101100110001010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2AA; }

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

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

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

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

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

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

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

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