#BFC5B3

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

Shades of Pale Leaf #BFC5B3

Tints of Pale Leaf #BFC5B3

Color information

#BFC5B3 (or 0xBFC5B3) is unknown color: approx Pale Leaf. HEX triplet: BF, C5 and B3. RGB value is (191,197,179). Sum of RGB (Red+Green+Blue) = 191+197+179=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5B3 is #403A4C. Grayscale: #C1C1C1. Windows color (decimal): -4209229 or 11781567. OLE color: 11781567.

HSL color Cylindrical-coordinate representation of color #BFC5B3: hue angle of 80º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC5B3 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB191197179-
CMYK0.0300.090.23
HSL80º13.43%73.73%-
HSV(B)80º9.14%77.25%-
XYZ49.5954.2650.51-
YUV193.15120.01126.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 179 (70.31% from 255) = 31.57%
R=33.69%
G=34.74%
B=31.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971790.0300.090.238013.4373.73
HexBFC5B33091750d4a
Octal27730526330112712015112
Binary101111111100010110110011110100110111101000011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5B3; }

 p { color: rgb(191,197,179); }

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

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

 a { background-color: rgb(191,197,179); }

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

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

 span { border-color: rgb(191,197,179); }

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