#BFC7AC

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

Shades of Pale Leaf #BFC7AC

Tints of Pale Leaf #BFC7AC

Color information

#BFC7AC (or 0xBFC7AC) is unknown color: approx Pale Leaf. HEX triplet: BF, C7 and AC. RGB value is (191,199,172). Sum of RGB (Red+Green+Blue) = 191+199+172=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC7AC is #403853. Grayscale: #C1C1C1. Windows color (decimal): -4208724 or 11323327. OLE color: 11323327.

HSL color Cylindrical-coordinate representation of color #BFC7AC: hue angle of 77.78º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC7AC is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB191199172-
CMYK0.0400.140.22
HSL77.78º19.42%72.75%-
HSV(B)77.78º13.57%78.04%-
XYZ49.3654.947.03-
YUV193.53115.85126.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 199 (78.12% from 255) = 35.41%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=33.99%
G=35.41%
B=30.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991720.0400.140.2277.7819.4272.75
HexBFC7AC40E164e1349
Octal27730725440162611623111
Binary10111111110001111010110010001110101101001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7AC; }

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

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

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

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

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

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

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

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