#BFC7A9

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

Shades of Pale Leaf #BFC7A9

Tints of Pale Leaf #BFC7A9

Color information

#BFC7A9 (or 0xBFC7A9) is unknown color: approx Pale Leaf. HEX triplet: BF, C7 and A9. RGB value is (191,199,169). Sum of RGB (Red+Green+Blue) = 191+199+169=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC7A9 is #403856. Grayscale: #C1C1C1. Windows color (decimal): -4208727 or 11126719. OLE color: 11126719.

HSL color Cylindrical-coordinate representation of color #BFC7A9: hue angle of 76º degrees, saturation: 0.21, 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 #BFC7A9 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB191199169-
CMYK0.0400.150.22
HSL76º21.13%72.16%-
HSV(B)76º15.08%78.04%-
XYZ49.0754.7945.52-
YUV193.19114.35126.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=34.17%
G=35.60%
B=30.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991690.0400.150.227621.1372.16
HexBFC7A940F164c1548
Octal27730725140172611425110
Binary10111111110001111010100110001111101101001100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7A9; }

 p { color: rgb(191,199,169); }

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

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

 a { background-color: rgb(191,199,169); }

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

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

 span { border-color: rgb(191,199,169); }

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