#BFC5AF

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

Shades of Pale Leaf #BFC5AF

Tints of Pale Leaf #BFC5AF

Color information

#BFC5AF (or 0xBFC5AF) is unknown color: approx Pale Leaf. HEX triplet: BF, C5 and AF. RGB value is (191,197,175). Sum of RGB (Red+Green+Blue) = 191+197+175=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC5AF is #403A50. Grayscale: #C0C0C0. Windows color (decimal): -4209233 or 11519423. OLE color: 11519423.

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

Color convert

RGB191197175-
CMYK0.0300.110.23
HSL76.36º15.94%72.94%-
HSV(B)76.36º11.17%77.25%-
XYZ49.1954.148.41-
YUV192.7118.01126.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=33.93%
G=34.99%
B=31.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971750.0300.110.2376.3615.9472.94
HexBFC5AF30B174c1049
Octal27730525730132711420111
Binary1011111111000101101011111101011101111001100100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5AF; }

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

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

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

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

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

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

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

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