#BFCBA9

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

Shades of Pale Leaf #BFCBA9

Tints of Pale Leaf #BFCBA9

Color information

#BFCBA9 (or 0xBFCBA9) is unknown color: approx Pale Leaf. HEX triplet: BF, CB and A9. RGB value is (191,203,169). Sum of RGB (Red+Green+Blue) = 191+203+169=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA9 is #403456. Grayscale: #C3C3C3. Windows color (decimal): -4207703 or 11127743. OLE color: 11127743.

HSL color Cylindrical-coordinate representation of color #BFCBA9: hue angle of 81.18º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCBA9 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB191203169-
CMYK0.0600.170.20
HSL81.18º24.64%72.94%-
HSV(B)81.18º16.75%79.61%-
XYZ5056.6545.84-
YUV195.54113.02124.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=33.93%
G=36.06%
B=30.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031690.0600.170.2081.1824.6472.94
HexBFCBA9601114511949
Octal27731325160212412131111
Binary101111111100101110101001110010001101001010001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBA9; }

 p { color: rgb(191,203,169); }

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

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

 a { background-color: rgb(191,203,169); }

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

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

 span { border-color: rgb(191,203,169); }

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