#BFCFA7

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

Shades of Pale Leaf #BFCFA7

Tints of Pale Leaf #BFCFA7

Color information

#BFCFA7 (or 0xBFCFA7) is unknown color: approx Pale Leaf. HEX triplet: BF, CF and A7. RGB value is (191,207,167). Sum of RGB (Red+Green+Blue) = 191+207+167=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFA7 is #403058. Grayscale: #C5C5C5. Windows color (decimal): -4206681 or 10997695. OLE color: 10997695.

HSL color Cylindrical-coordinate representation of color #BFCFA7: hue angle of 84º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCFA7 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB191207167-
CMYK0.0800.190.19
HSL84º29.41%73.33%-
HSV(B)84º19.32%81.18%-
XYZ50.7758.4945.17-
YUV197.66110.7123.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 167 (65.62% from 255) = 29.56%
R=33.81%
G=36.64%
B=29.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071670.0800.190.198429.4173.33
HexBFCFA7801313541d49
Octal277317247100232312435111
Binary1011111111001111101001111000010011100111010100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFA7; }

 p { color: rgb(191,207,167); }

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

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

 a { background-color: rgb(191,207,167); }

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

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

 span { border-color: rgb(191,207,167); }

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