#BFC8AC

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

Shades of Pale Leaf #BFC8AC

Tints of Pale Leaf #BFC8AC

Color information

#BFC8AC (or 0xBFC8AC) is unknown color: approx Pale Leaf. HEX triplet: BF, C8 and AC. RGB value is (191,200,172). Sum of RGB (Red+Green+Blue) = 191+200+172=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8AC is #403753. Grayscale: #C2C2C2. Windows color (decimal): -4208468 or 11323583. OLE color: 11323583.

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

Color convert

RGB191200172-
CMYK0.0400.140.22
HSL79.29º20.29%72.94%-
HSV(B)79.29º14%78.43%-
XYZ49.5955.3647.1-
YUV194.12115.52125.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=33.93%
G=35.52%
B=30.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001720.0400.140.2279.2920.2972.94
HexBFC8AC40E164f1449
Octal27731025440162611724111
Binary10111111110010001010110010001110101101001111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8AC; }

 p { color: rgb(191,200,172); }

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

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

 a { background-color: rgb(191,200,172); }

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

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

 span { border-color: rgb(191,200,172); }

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