#BFCFA4

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

Shades of Pale Leaf #BFCFA4

Tints of Pale Leaf #BFCFA4

Color information

#BFCFA4 (or 0xBFCFA4) is unknown color: approx Pale Leaf. HEX triplet: BF, CF and A4. RGB value is (191,207,164). Sum of RGB (Red+Green+Blue) = 191+207+164=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFA4 is #40305B. Grayscale: #C5C5C5. Windows color (decimal): -4206684 or 10801087. OLE color: 10801087.

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

Color convert

RGB191207164-
CMYK0.0800.210.19
HSL82.33º30.94%72.75%-
HSV(B)82.33º20.77%81.18%-
XYZ50.558.3843.73-
YUV197.31109.2123.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 164 (64.45% from 255) = 29.18%
R=33.99%
G=36.83%
B=29.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071640.0800.210.1982.3330.9472.75
HexBFCFA4801513521f49
Octal277317244100252312237111
Binary1011111111001111101001001000010101100111010010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFA4; }

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

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

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

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

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

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

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

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