#BFC6AD

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

Shades of Pale Leaf #BFC6AD

Tints of Pale Leaf #BFC6AD

Color information

#BFC6AD (or 0xBFC6AD) is unknown color: approx Pale Leaf. HEX triplet: BF, C6 and AD. RGB value is (191,198,173). Sum of RGB (Red+Green+Blue) = 191+198+173=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6AD is #403952. Grayscale: #C1C1C1. Windows color (decimal): -4208979 or 11388607. OLE color: 11388607.

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

Color convert

RGB191198173-
CMYK0.0400.130.22
HSL76.8º17.99%72.75%-
HSV(B)76.8º12.63%77.65%-
XYZ49.2254.4847.46-
YUV193.06116.68126.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 198 (77.73% from 255) = 35.23%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=33.99%
G=35.23%
B=30.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981730.0400.130.2276.817.9972.75
HexBFC6AD40D164d1249
Octal27730625540152611522111
Binary10111111110001101010110110001101101101001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6AD; }

 p { color: rgb(191,198,173); }

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

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

 a { background-color: rgb(191,198,173); }

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

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

 span { border-color: rgb(191,198,173); }

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