#BFC7B1

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

Shades of Pale Leaf #BFC7B1

Tints of Pale Leaf #BFC7B1

Color information

#BFC7B1 (or 0xBFC7B1) is unknown color: approx Pale Leaf. HEX triplet: BF, C7 and B1. RGB value is (191,199,177). Sum of RGB (Red+Green+Blue) = 191+199+177=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC7B1 is #40384E. Grayscale: #C2C2C2. Windows color (decimal): -4208719 or 11651007. OLE color: 11651007.

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

Color convert

RGB191199177-
CMYK0.0400.110.22
HSL81.82º16.42%73.73%-
HSV(B)81.82º11.06%78.04%-
XYZ49.8555.149.6-
YUV194.1118.35125.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=33.69%
G=35.10%
B=31.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991770.0400.110.2281.8216.4273.73
HexBFC7B140B1652104a
Octal27730726140132612220112
Binary10111111110001111011000110001011101101010010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7B1; }

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

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

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

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

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

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

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

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