#BFCFA3

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

Shades of Pale Leaf #BFCFA3

Tints of Pale Leaf #BFCFA3

Color information

#BFCFA3 (or 0xBFCFA3) is unknown color: approx Pale Leaf. HEX triplet: BF, CF and A3. RGB value is (191,207,163). Sum of RGB (Red+Green+Blue) = 191+207+163=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFA3 is #40305C. Grayscale: #C5C5C5. Windows color (decimal): -4206685 or 10735551. OLE color: 10735551.

HSL color Cylindrical-coordinate representation of color #BFCFA3: hue angle of 81.82º 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 #BFCFA3 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB191207163-
CMYK0.0800.210.19
HSL81.82º31.43%72.55%-
HSV(B)81.82º21.26%81.18%-
XYZ50.4158.3543.26-
YUV197.2108.7123.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 163 (64.06% from 255) = 29.06%
R=34.05%
G=36.90%
B=29.06%

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
Decimal1912071630.0800.210.1981.8231.4372.55
HexBFCFA3801513521f49
Octal277317243100252312237111
Binary1011111111001111101000111000010101100111010010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFA3; }

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

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

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

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

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

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

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

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