#B9C3A4

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

Shades of Pale Leaf #B9C3A4

Tints of Pale Leaf #B9C3A4

Color information

#B9C3A4 (or 0xB9C3A4) is unknown color: approx Pale Leaf. HEX triplet: B9, C3 and A4. RGB value is (185,195,164). Sum of RGB (Red+Green+Blue) = 185+195+164=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C3A4 is #463C5B. Grayscale: #BCBCBC. Windows color (decimal): -4602972 or 10798009. OLE color: 10798009.

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

Color convert

RGB185195164-
CMYK0.0500.160.24
HSL79.35º20.53%70.39%-
HSV(B)79.35º15.9%76.47%-
XYZ46.2252.0242.73-
YUV188.48114.19125.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=34.01%
G=35.85%
B=30.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951640.0500.160.2479.3520.5370.39
HexB9C3A45010184f1546
Octal27130324450203011725106
Binary101110011100001110100100101010000110001001111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3A4; }

 p { color: rgb(185,195,164); }

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

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

 a { background-color: rgb(185,195,164); }

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

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

 span { border-color: rgb(185,195,164); }

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