#BFC8AD

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

Shades of Pale Leaf #BFC8AD

Tints of Pale Leaf #BFC8AD

Color information

#BFC8AD (or 0xBFC8AD) is unknown color: approx Pale Leaf. HEX triplet: BF, C8 and AD. RGB value is (191,200,173). Sum of RGB (Red+Green+Blue) = 191+200+173=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8AD is #403752. Grayscale: #C2C2C2. Windows color (decimal): -4208467 or 11389119. OLE color: 11389119.

HSL color Cylindrical-coordinate representation of color #BFC8AD: hue angle of 80º 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 #BFC8AD is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB191200173-
CMYK0.0400.140.22
HSL80º19.71%73.14%-
HSV(B)80º13.5%78.43%-
XYZ49.6855.447.61-
YUV194.23116.02125.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=33.87%
G=35.46%
B=30.67%

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
Decimal1912001730.0400.140.228019.7173.14
HexBFC8AD40E16501449
Octal27731025540162612024111
Binary10111111110010001010110110001110101101010000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8AD; }

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

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

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

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

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

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

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

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