#BFCBA0

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

Shades of Pale Leaf #BFCBA0

Tints of Pale Leaf #BFCBA0

Color information

#BFCBA0 (or 0xBFCBA0) is unknown color: approx Pale Leaf. HEX triplet: BF, CB and A0. RGB value is (191,203,160). Sum of RGB (Red+Green+Blue) = 191+203+160=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA0 is #40345F. Grayscale: #C2C2C2. Windows color (decimal): -4207712 or 10537919. OLE color: 10537919.

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

Color convert

RGB191203160-
CMYK0.0600.210.20
HSL76.74º29.25%71.18%-
HSV(B)76.74º21.18%79.61%-
XYZ49.1956.3341.54-
YUV194.51108.52125.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=34.48%
G=36.64%
B=28.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031600.0600.210.2076.7429.2571.18
HexBFCBA06015144d1d47
Octal27731324060252411535107
Binary101111111100101110100000110010101101001001101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBA0; }

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

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

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

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

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

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

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

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