#BFCBA3

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

Shades of Pale Leaf #BFCBA3

Tints of Pale Leaf #BFCBA3

Color information

#BFCBA3 (or 0xBFCBA3) is unknown color: approx Pale Leaf. HEX triplet: BF, CB and A3. RGB value is (191,203,163). Sum of RGB (Red+Green+Blue) = 191+203+163=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCBA3 is #40345C. Grayscale: #C3C3C3. Windows color (decimal): -4207709 or 10734527. OLE color: 10734527.

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

Color convert

RGB191203163-
CMYK0.0600.200.20
HSL78º27.78%71.76%-
HSV(B)78º19.7%79.61%-
XYZ49.4556.4342.94-
YUV194.85110.02125.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 163 (64.06% from 255) = 29.26%
R=34.29%
G=36.45%
B=29.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031630.0600.200.207827.7871.76
HexBFCBA36014144e1c48
Octal27731324360242411634110
Binary101111111100101110100011110010100101001001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBA3; }

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

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

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

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

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

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

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

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